AWS::S3::MultiRegionAccessPointAWS::S3::MultiRegionAccessPoint is an Amazon S3 resource type that dynamically routes S3 requests to easily satisfy geographic compliance requirements based on customer-defined routing policies.
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Regions | Array<Region> | RequiredCreate-only |
Name | string | Create-only |
PublicAccessBlockConfiguration | PublicAccessBlockConfiguration | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Alias | string | The alias is a unique identifier to, and is part of the public DNS name for this Multi Region Access Point |
CreatedAt | string | The timestamp of the when the Multi Region Access Point is created |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3::MultiRegionAccessPoint
Resources:
MyResource:
Type: AWS::S3::MultiRegionAccessPoint
Properties:
Regions: []
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
s3:GetMultiRegionAccessPoints3:CreateMultiRegionAccessPoints3:DescribeMultiRegionAccessPointOperations3:GetMultiRegionAccessPoints3:ListMultiRegionAccessPointss3:DeleteMultiRegionAccessPoints3:DescribeMultiRegionAccessPointOperations3:GetMultiRegionAccessPointEverything you need to know about S3 on one page. HD quality, print-friendly.
Download Free InfographicNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NamePublicAccessBlockConfigurationRegions