Show / Hide Table of Contents

Class AccessPointRootDirectoryCreationInfoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessPointRootDirectoryCreationInfoArgs
Inherited Members
ResourceArgs.Empty
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 Source

AccessPointRootDirectoryCreationInfoArgs()

Declaration
public AccessPointRootDirectoryCreationInfoArgs()

Properties

View Source

OwnerGid

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>
View Source

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>
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 Input<string> Permissions { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.