Class AccessPointPosixUserArgs
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 AccessPointPosixUserArgs : ResourceArgs
Constructors
View SourceAccessPointPosixUserArgs()
Declaration
public AccessPointPosixUserArgs()
Properties
View SourceGid
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> |
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> |
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> |