AWS::Transfer::User PosixProfile - AWS CloudFormation

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 AWS 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