AWS::S3::MultiRegionAccessPointThe `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 { CfnMultiRegionAccessPoint } from 'aws-cdk-lib/aws-s3';Or use the module namespace:
import * as s3 from 'aws-cdk-lib/aws-s3';
// s3.CfnMultiRegionAccessPointConfiguration passed to the constructor as CfnMultiRegionAccessPointProps.
regionsRequiredIResolvable | IResolvable | RegionProperty[]A collection of the Regions and buckets associated with the Multi-Region Access Point.
nameOptionalstringThe name of the Multi-Region Access Point.
publicAccessBlockConfigurationOptionalIResolvable | PublicAccessBlockConfigurationPropertyThe 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* .
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon S3 on one page. HD quality, print-friendly.
Download Free Infographicaws-s3AWS::S3::MultiRegionAccessPoint