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 OpenZFSFileSystemIdentity
Specifies the file system user identity that will be 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
{ "PosixUser" :
OpenZFSPosixFileSystemUser
, "Type" :String
}
YAML
PosixUser:
OpenZFSPosixFileSystemUser
Type:String
Properties
PosixUser
-
Specifies the UID and GIDs of the file system POSIX user.
Required: Yes
Type: OpenZFSPosixFileSystemUser
Update requires: Replacement
Type
-
Specifies the FSx for OpenZFS user identity type, accepts only
POSIX
.Required: Yes
Type: String
Allowed values:
POSIX
Update requires: Replacement