@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.749Z") @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()
`AWS::S3::MultiRegionAccessPointPolicy.MrapName`.
|
Object |
getPolicy()
`AWS::S3::MultiRegionAccessPointPolicy.Policy`.
|
@Stability(value=Stable) @NotNull String getMrapName()
@Stability(value=Stable) @NotNull Object getPolicy()
@Stability(value=Stable) static CfnMultiRegionAccessPointPolicyProps.Builder builder()
Copyright © 2021. All rights reserved.