UserPosixProfileArgs

data class UserPosixProfileArgs(val gid: Output<Double>, val secondaryGids: Output<List<Double>>? = null, val uid: Output<Double>) : ConvertibleToJava<UserPosixProfileArgs>

Constructors

Link copied to clipboard
constructor(gid: Output<Double>, secondaryGids: Output<List<Double>>? = null, uid: Output<Double>)

Properties

Link copied to clipboard
val gid: Output<Double>

The POSIX group ID used for all EFS operations by this user.

Link copied to clipboard
val secondaryGids: Output<List<Double>>? = null

The secondary POSIX group IDs used for all EFS operations by this user.

Link copied to clipboard
val uid: Output<Double>

The POSIX user ID used for all EFS operations by this user.

Functions

Link copied to clipboard
open override fun toJava(): UserPosixProfileArgs