aws-cdk-lib.aws_s3.CfnMultiRegionAccessPoint.RegionProperty

interface RegionProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnMultiRegionAccessPoint.RegionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnMultiRegionAccessPoint_RegionProperty
Javasoftware.amazon.awscdk.services.s3.CfnMultiRegionAccessPoint.RegionProperty
Pythonaws_cdk.aws_s3.CfnMultiRegionAccessPoint.RegionProperty
TypeScript aws-cdk-lib » aws_s3 » CfnMultiRegionAccessPoint » RegionProperty

A bucket associated with a specific Region when creating Multi-Region Access Points.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3 as s3 } from 'aws-cdk-lib';
const regionProperty: s3.CfnMultiRegionAccessPoint.RegionProperty = {
  bucket: 'bucket',

  // the properties below are optional
  bucketAccountId: 'bucketAccountId',
};

Properties

NameTypeDescription
bucketstringThe name of the associated bucket for the Region.
bucketAccountId?stringThe AWS account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.

bucket

Type: string

The name of the associated bucket for the Region.


bucketAccountId?

Type: string (optional)

The AWS account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.