toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.efs.kotlin.outputs
/
GetAccessPointPosixUser
Get
Access
Point
Posix
User
data
class
GetAccessPointPosixUser
(
val
gid
:
Int
,
val
secondaryGids
:
List
<
Int
>
,
val
uid
:
Int
)
Members
Constructors
Get
Access
Point
Posix
User
Link copied to clipboard
constructor
(
gid
:
Int
,
secondaryGids
:
List
<
Int
>
,
uid
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
gid
Link copied to clipboard
val
gid
:
Int
Group ID
secondary
Gids
Link copied to clipboard
val
secondaryGids
:
List
<
Int
>
Secondary group IDs
uid
Link copied to clipboard
val
uid
:
Int
User Id