AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::S3::MultiRegionAccessPoint

CfnMultiRegionAccessPoint

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](https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPoints.html) in the in the *Amazon S3 User Guide* .

Import

import { CfnMultiRegionAccessPoint } from 'aws-cdk-lib/aws-s3';

Or use the module namespace:

import * as s3 from 'aws-cdk-lib/aws-s3';
// s3.CfnMultiRegionAccessPoint

Properties

Configuration passed to the constructor as CfnMultiRegionAccessPointProps.

regionsRequired
IResolvable | IResolvable | RegionProperty[]

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

nameOptional
string

The name of the Multi-Region Access Point.

publicAccessBlockConfigurationOptional
IResolvable | PublicAccessBlockConfigurationProperty

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"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide* .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon S3 Cheat Sheet

Everything you need to know about Amazon S3 on one page. HD quality, print-friendly.

Download Free Infographic