Show / Hide Table of Contents

Class GetAccessPointPosixUserResult

Inheritance
System.Object
GetAccessPointPosixUserResult
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 GetAccessPointPosixUserResult

Fields

View Source

Gid

Group ID

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

SecondaryGids

Secondary group IDs

Declaration
public readonly ImmutableArray<int> SecondaryGids
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.Int32>
View Source

Uid

User Id

  • root_directory- Single element list containing information on the directory on the Amazon EFS file system that the access point provides access to.
Declaration
public readonly int Uid
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.