Interface CfnMultiRegionAccessPointPropsMixin.RegionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMultiRegionAccessPointPropsMixin.RegionProperty.Jsii$Proxy
Enclosing class:
CfnMultiRegionAccessPointPropsMixin

@Stability(Stable) public static interface CfnMultiRegionAccessPointPropsMixin.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.cfnpropertymixins.services.s3.*;
 RegionProperty regionProperty = RegionProperty.builder()
         .bucket("bucket")
         .bucketAccountId("bucketAccountId")
         .build();
 

See Also: