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" :
Double
, "SecondaryGids" :[ Double, ... ]
, "Uid" :Double
}
YAML
Gid:
Double
SecondaryGids:- Double
Uid:Double
Properties
Gid
-
The POSIX group ID used for all EFS operations by this user.
Required: Yes
Type: Double
Update requires: No interruption
SecondaryGids
-
The secondary POSIX group IDs used for all EFS operations by this user.
Required: No
Type: List of Double
Maximum:
16
Update requires: No interruption
Uid
-
The POSIX user ID used for all EFS operations by this user.
Required: Yes
Type: Double
Update requires: No interruption