This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::FSx::S3AccessPointAttachment
An S3 access point attached to an Amazon FSx volume.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::FSx::S3AccessPointAttachment", "Properties" : { "Name" :
String
, "OpenZFSConfiguration" :S3AccessPointOpenZFSConfiguration
, "S3AccessPoint" :S3AccessPoint
, "Type" :String
} }
YAML
Type: AWS::FSx::S3AccessPointAttachment Properties: Name:
String
OpenZFSConfiguration:S3AccessPointOpenZFSConfiguration
S3AccessPoint:S3AccessPoint
Type:String
Properties
Name
-
The name of the S3 access point attachment; also used for the name of the S3 access point.
Required: Yes
Type: String
Pattern:
^(?=[a-z0-9])[a-z0-9-]{1,48}[a-z0-9]$
Minimum:
3
Maximum:
50
Update requires: Replacement
OpenZFSConfiguration
-
The OpenZFSConfiguration of the S3 access point attachment.
Required: Yes
Type: S3AccessPointOpenZFSConfiguration
Update requires: Replacement
S3AccessPoint
-
The S3 access point configuration of the S3 access point attachment.
Required: No
Type: S3AccessPoint
Update requires: Replacement
Type
-
The type of Amazon FSx volume that the S3 access point is attached to.
Required: Yes
Type: String
Allowed values:
OPENZFS
Update requires: Replacement
Return values
Ref
Fn::GetAtt
S3AccessPoint.Alias
-
A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide.
S3AccessPoint.ResourceARN
-
The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify AWS resources. We require an ARN when you need to specify a resource unambiguously across all of AWS. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.