Class AccessPointRootDirectoryCreationInfo
Inheritance
System.Object
AccessPointRootDirectoryCreationInfo
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AccessPointRootDirectoryCreationInfo
Fields
View SourceOwnerGid
Specifies the POSIX group ID to apply to the root_directory.
Declaration
public readonly int OwnerGid
Field Value
| Type | Description |
|---|---|
| System.Int32 |
OwnerUid
Specifies the POSIX user ID to apply to the root_directory.
Declaration
public readonly int OwnerUid
Field Value
| Type | Description |
|---|---|
| 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 readonly string Permissions
Field Value
| Type | Description |
|---|---|
| System.String |