Class FileSystemPolicyArgs
Inherited Members
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 FileSystemPolicyArgs : ResourceArgs
Constructors
View SourceFileSystemPolicyArgs()
Declaration
public FileSystemPolicyArgs()
Properties
View SourceFileSystemId
The ID of the EFS file system.
Declaration
public Input<string> FileSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |