Class AccessPointRootDirectoryGetArgs
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 AccessPointRootDirectoryGetArgs : ResourceArgs
Constructors
View SourceAccessPointRootDirectoryGetArgs()
Declaration
public AccessPointRootDirectoryGetArgs()
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<AccessPointRootDirectoryCreationInfoGetArgs> CreationInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AccessPointRootDirectoryCreationInfoGetArgs> |
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> |