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 S3AccessPoint
Describes the S3 access point configuration of the S3 access point attachment.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Alias" :
String
, "Policy" :Json
, "ResourceARN" :String
, "VpcConfiguration" :S3AccessPointVpcConfiguration
}
YAML
Alias:
String
Policy:Json
ResourceARN:String
VpcConfiguration:S3AccessPointVpcConfiguration
Properties
Alias
-
The S3 access point's alias.
Required: No
Type: String
Pattern:
^[0-9a-z\\-]{1,63}
Minimum:
1
Maximum:
63
Update requires: Replacement
Policy
-
The S3 access point's policy.
Required: No
Type: Json
Minimum:
1
Maximum:
200000
Update requires: Replacement
ResourceARN
-
The S3 access point's ARN.
Required: No
Type: String
Pattern:
^arn:[^:]{1,63}:[^:]{0,63}:[^:]{0,63}:(?:|\d{12}):[^/].{0,1023}$
Minimum:
8
Maximum:
1024
Update requires: Replacement
VpcConfiguration
-
The S3 access point's virtual private cloud (VPC) configuration.
Required: No
Type: S3AccessPointVpcConfiguration
Update requires: Replacement