Interface CfnMultiRegionAccessPoint.RegionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMultiRegionAccessPoint.RegionProperty.Jsii$Proxy
- Enclosing class:
- CfnMultiRegionAccessPoint
@Stability(Stable)
public static interface CfnMultiRegionAccessPoint.RegionProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.s3.*; RegionProperty regionProperty = RegionProperty.builder() .bucket("bucket") // the properties below are optional .bucketAccountId("bucketAccountId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMultiRegionAccessPoint.RegionProperty
static final class
An implementation forCfnMultiRegionAccessPoint.RegionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
The name of the associated bucket for the Region. -
getBucketAccountId
CfnMultiRegionAccessPoint.RegionProperty.BucketAccountId
. -
builder
-