Class AccessPointRootDirectoryCreationInfoArgs
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 AccessPointRootDirectoryCreationInfoArgs : ResourceArgs
Constructors
View SourceAccessPointRootDirectoryCreationInfoArgs()
Declaration
public AccessPointRootDirectoryCreationInfoArgs()
Properties
View SourceOwnerGid
Specifies the POSIX group ID to apply to the root_directory.
Declaration
public Input<int> OwnerGid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
OwnerUid
Specifies the POSIX user ID to apply to the root_directory.
Declaration
public Input<int> OwnerUid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Permissions
Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.
Declaration
public Input<string> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |