Show / Hide Table of Contents

Class FileSystemPolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
FileSystemPolicyState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Efs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FileSystemPolicyState : ResourceArgs

Constructors

View Source

FileSystemPolicyState()

Declaration
public FileSystemPolicyState()

Properties

View Source

FileSystemId

The ID of the EFS file system.

Declaration
public Input<string> FileSystemId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Policy

The JSON formatted file system policy for the EFS file system. see Docs for more info.

Declaration
public Input<string> Policy { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.