@Stability(value=Stable) public static final class CfnMultiRegionAccessPointPolicy.Builder extends Object implements software.amazon.jsii.Builder<CfnMultiRegionAccessPointPolicy>
CfnMultiRegionAccessPointPolicy.| Modifier and Type | Method and Description |
|---|---|
CfnMultiRegionAccessPointPolicy |
build() |
static CfnMultiRegionAccessPointPolicy.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMultiRegionAccessPointPolicy.Builder |
mrapName(String mrapName)
The name of the Multi-Region Access Point.
|
CfnMultiRegionAccessPointPolicy.Builder |
policy(Object policy)
The access policy associated with the Multi-Region Access Point.
|
@Stability(value=Stable) public static CfnMultiRegionAccessPointPolicy.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMultiRegionAccessPointPolicy.Builder.@Stability(value=Stable) public CfnMultiRegionAccessPointPolicy.Builder mrapName(String mrapName)
mrapName - The name of the Multi-Region Access Point. This parameter is required.this@Stability(value=Stable) public CfnMultiRegionAccessPointPolicy.Builder policy(Object policy)
policy - The access policy associated with the Multi-Region Access Point. This parameter is required.this@Stability(value=Stable) public CfnMultiRegionAccessPointPolicy build()
build in interface software.amazon.jsii.Builder<CfnMultiRegionAccessPointPolicy>Copyright © 2022. All rights reserved.