interface RegionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3.CfnMultiRegionAccessPoint.RegionProperty |
Java | software.amazon.awscdk.services.s3.CfnMultiRegionAccessPoint.RegionProperty |
Python | aws_cdk.aws_s3.CfnMultiRegionAccessPoint.RegionProperty |
TypeScript | @aws-cdk/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 * as s3 from '@aws-cdk/aws-s3';
const regionProperty: s3.CfnMultiRegionAccessPoint.RegionProperty = {
bucket: 'bucket',
// the properties below are optional
bucketAccountId: 'bucketAccountId',
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | The name of the associated bucket for the Region. |
bucket | string | CfnMultiRegionAccessPoint.RegionProperty.BucketAccountId . |
bucket
Type:
string
The name of the associated bucket for the Region.
bucketAccountId?
Type:
string
(optional)
CfnMultiRegionAccessPoint.RegionProperty.BucketAccountId
.