@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.375Z") @Stability(value=Stable) public interface CfnReplicationSetProps 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.ssmincidents.*;
CfnReplicationSetProps cfnReplicationSetProps = CfnReplicationSetProps.builder()
.regions(List.of(ReplicationRegionProperty.builder()
.regionConfiguration(RegionConfigurationProperty.builder()
.sseKmsKeyId("sseKmsKeyId")
.build())
.regionName("regionName")
.build()))
// the properties below are optional
.deletionProtected(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReplicationSetProps.Builder
A builder for
CfnReplicationSetProps |
static class |
CfnReplicationSetProps.Jsii$Proxy
An implementation for
CfnReplicationSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicationSetProps.Builder |
builder() |
default Object |
getDeletionProtected()
`AWS::SSMIncidents::ReplicationSet.DeletionProtected`.
|
Object |
getRegions()
`AWS::SSMIncidents::ReplicationSet.Regions`.
|
@Stability(value=Stable) @Nullable default Object getDeletionProtected()
@Stability(value=Stable) @NotNull Object getRegions()
@Stability(value=Stable) static CfnReplicationSetProps.Builder builder()
CfnReplicationSetProps.Builder of CfnReplicationSetPropsCopyright © 2021. All rights reserved.