Class AccessPointRootDirectoryArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccessPointRootDirectoryArgs : ResourceArgs
Constructors
View SourceAccessPointRootDirectoryArgs()
Declaration
public AccessPointRootDirectoryArgs()
Properties
View SourceCreationInfo
Specifies the POSIX IDs and permissions to apply to the access point's Root Directory. See Creation Info below.
Declaration
public Input<AccessPointRootDirectoryCreationInfoArgs> CreationInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessPointRootDirectoryCreationInfoArgs> |
Path
Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide creation_info.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |