This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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:NumberSecondaryGids:- NumberUid:Number
Properties
- Gid
- 
                    The POSIX group ID used for all EFS operations by this user. Required: Yes Type: Number Minimum: 0Maximum: 4294967295Update requires: No interruption 
- SecondaryGids
- 
                    The secondary POSIX group IDs used for all EFS operations by this user. Required: No Type: Array of Number Minimum: 0 | 0Maximum: 16 | 4294967295Update requires: No interruption 
- Uid
- 
                    The POSIX user ID used for all EFS operations by this user. Required: Yes Type: Number Minimum: 0Maximum: 4294967295Update requires: No interruption