@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.789Z") @Stability(value=Stable) public interface CfnMultiRegionAccessPointPolicyProps extends software.amazon.jsii.JsiiSerializable
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.*;
Object policy;
CfnMultiRegionAccessPointPolicyProps cfnMultiRegionAccessPointPolicyProps = CfnMultiRegionAccessPointPolicyProps.builder()
.mrapName("mrapName")
.policy(policy)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMultiRegionAccessPointPolicyProps.Builder
A builder for
CfnMultiRegionAccessPointPolicyProps |
static class |
CfnMultiRegionAccessPointPolicyProps.Jsii$Proxy
An implementation for
CfnMultiRegionAccessPointPolicyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMultiRegionAccessPointPolicyProps.Builder |
builder() |
String |
getMrapName()
The name of the Multi-Region Access Point.
|
Object |
getPolicy()
The access policy associated with the Multi-Region Access Point.
|
@Stability(value=Stable) @NotNull String getMrapName()
@Stability(value=Stable) @NotNull Object getPolicy()
@Stability(value=Stable) static CfnMultiRegionAccessPointPolicyProps.Builder builder()
Copyright © 2022. All rights reserved.