@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.343Z") @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()
Determines if the replication set deletion protection is enabled or not.
|
Object |
getRegions()
Specifies the Regions of the replication set.
|
@Stability(value=Stable) @NotNull Object getRegions()
@Stability(value=Stable) @Nullable default Object getDeletionProtected()
If deletion protection is enabled, you can't delete the last Region in the replication set.
@Stability(value=Stable) static CfnReplicationSetProps.Builder builder()
CfnReplicationSetProps.Builder of CfnReplicationSetPropsCopyright © 2022. All rights reserved.