AWS::Transfer::User PosixProfile - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Transfer::User 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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Gid" : Number, "SecondaryGids" : [ Number, ... ], "Uid" : Number }

YAML

Gid: Number SecondaryGids: - Number Uid: Number

Properties

Gid

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

Required: Yes

Type: Number

Update requires: No interruption

SecondaryGids

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

Required: No

Type: Array of Number

Update requires: No interruption

Uid

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

Required: Yes

Type: Number

Update requires: No interruption