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 S3AccessPointOpenZFSConfiguration
Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "FileSystemIdentity" :
OpenZFSFileSystemIdentity
, "VolumeId" :String
}
YAML
FileSystemIdentity:
OpenZFSFileSystemIdentity
VolumeId:String
Properties
FileSystemIdentity
-
The file system identity used to authorize file access requests made using the S3 access point.
Required: Yes
Type: OpenZFSFileSystemIdentity
Update requires: Replacement
VolumeId
-
The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
Required: Yes
Type: String
Pattern:
^(fsvol-[0-9a-f]{17,})$
Minimum:
23
Maximum:
23
Update requires: Replacement