Show / Hide Table of Contents

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 Source

OwnerGid

Specifies the POSIX group ID to apply to the root_directory.

Declaration
public readonly int OwnerGid
Field Value
Type Description
System.Int32
View Source

OwnerUid

Specifies the POSIX user ID to apply to the root_directory.

Declaration
public readonly int OwnerUid
Field Value
Type Description
System.Int32
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.