| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnMultiRegionAccessPoint.Builder |
CfnMultiRegionAccessPoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnMultiRegionAccessPoint.Builder |
CfnMultiRegionAccessPoint.Builder.name(String name)
The name of the Multi-Region Access Point.
|
CfnMultiRegionAccessPoint.Builder |
CfnMultiRegionAccessPoint.Builder.publicAccessBlockConfiguration(CfnMultiRegionAccessPoint.PublicAccessBlockConfigurationProperty publicAccessBlockConfiguration)
The PublicAccessBlock configuration that you want to apply to this Multi-Region Access Point.
|
CfnMultiRegionAccessPoint.Builder |
CfnMultiRegionAccessPoint.Builder.publicAccessBlockConfiguration(IResolvable publicAccessBlockConfiguration)
The PublicAccessBlock configuration that you want to apply to this Multi-Region Access Point.
|
CfnMultiRegionAccessPoint.Builder |
CfnMultiRegionAccessPoint.Builder.regions(IResolvable regions)
A collection of the Regions and buckets associated with the Multi-Region Access Point.
|
CfnMultiRegionAccessPoint.Builder |
CfnMultiRegionAccessPoint.Builder.regions(List<? extends Object> regions)
A collection of the Regions and buckets associated with the Multi-Region Access Point.
|
Copyright © 2022. All rights reserved.