class Aws::Transfer::Types::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.

@note When making an API call, you may pass PosixProfile

data as a hash:

    {
      uid: 1, # required
      gid: 1, # required
      secondary_gids: [1],
    }

@!attribute [rw] uid

The POSIX user ID used for all EFS operations by this user.
@return [Integer]

@!attribute [rw] gid

The POSIX group ID used for all EFS operations by this user.
@return [Integer]

@!attribute [rw] secondary_gids

The secondary POSIX group IDs used for all EFS operations by this
user.
@return [Array<Integer>]

@see docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/PosixProfile AWS API Documentation

Constants

SENSITIVE