Show / Hide Table of Contents

Class AccessPointPosixUserArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessPointPosixUserArgs
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 AccessPointPosixUserArgs : ResourceArgs

Constructors

View Source

AccessPointPosixUserArgs()

Declaration
public AccessPointPosixUserArgs()

Properties

View Source

Gid

The POSIX group ID used for all file system operations using this access point.

Declaration
public Input<int> Gid { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SecondaryGids

Secondary POSIX group IDs used for all file system operations using this access point.

Declaration
public InputList<int> SecondaryGids { get; set; }
Property Value
Type Description
InputList<System.Int32>
View Source

Uid

he POSIX user ID used for all file system operations using this access point.

Declaration
public Input<int> Uid { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.