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::FSx::S3AccessPointAttachment OpenZFSPosixFileSystemUser
The FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Gid" :
Number
, "SecondaryGids" :[ FileSystemGID, ... ]
, "Uid" :Number
}
YAML
Gid:
Number
SecondaryGids:- FileSystemGID
Uid:Number
Properties
Gid
-
The GID of the file system user.
Required: Yes
Type: Number
Minimum:
0
Maximum:
4294967295
Update requires: Replacement
SecondaryGids
-
The list of secondary GIDs for the file system user.
Required: No
Type: Array of FileSystemGID
Maximum:
15
Update requires: Replacement
Uid
-
The UID of the file system user.
Required: Yes
Type: Number
Minimum:
0
Maximum:
4294967295
Update requires: Replacement