AWS::S3::MultiRegionAccessPoint - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::S3::MultiRegionAccessPoint

The AWS::S3::MultiRegionAccessPoint resource creates an Amazon S3 Multi-Region Access Point. To learn more about Multi-Region Access Points, see Multi-Region Access Points in Amazon S3 in the in the Amazon S3 User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::S3::MultiRegionAccessPoint", "Properties" : { "Name" : String, "PublicAccessBlockConfiguration" : PublicAccessBlockConfiguration, "Regions" : [ Region, ... ] } }

YAML

Type: AWS::S3::MultiRegionAccessPoint Properties: Name: String PublicAccessBlockConfiguration: PublicAccessBlockConfiguration Regions: - Region

Properties

Name

The name of the Multi-Region Access Point.

Required: No

Type: String

Update requires: Replacement

PublicAccessBlockConfiguration

The PublicAccessBlock configuration that you want to apply to this Multi-Region Access Point. You can enable the configuration options in any combination. For more information about when Amazon S3 considers an object public, see The Meaning of "Public" in the Amazon S3 User Guide.

Required: No

Type: PublicAccessBlockConfiguration

Update requires: Replacement

Regions

A collection of the Regions and buckets associated with the Multi-Region Access Point.

Required: Yes

Type: List of Region

Update requires: Replacement

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the name of the Multi-Region Access Point.

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.

Alias

The alias for the Multi-Region Access Point. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.

CreatedAt

The timestamp of when the Multi-Region Access Point is created.