PosixProfile

The full POSIX identity, including user ID (Uid), group ID (Gid), and any secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon EFS file systems. The POSIX permissions that are set on files and directories in your file system determine the level of access your users get when transferring files into and out of your Amazon EFS file systems.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gid: Long

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

Link copied to clipboard

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

Link copied to clipboard
val uid: Long

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

Functions

Link copied to clipboard
inline fun copy(block: PosixProfile.Builder.() -> Unit = {}): PosixProfile
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String