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();
 

See Also: