@Stability(value=Stable)
public static interface CfnReplicationSet.ReplicationRegionProperty
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.*;
ReplicationRegionProperty replicationRegionProperty = ReplicationRegionProperty.builder()
.regionConfiguration(RegionConfigurationProperty.builder()
.sseKmsKeyId("sseKmsKeyId")
.build())
.regionName("regionName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReplicationSet.ReplicationRegionProperty.Builder
A builder for
CfnReplicationSet.ReplicationRegionProperty |
static class |
CfnReplicationSet.ReplicationRegionProperty.Jsii$Proxy
An implementation for
CfnReplicationSet.ReplicationRegionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicationSet.ReplicationRegionProperty.Builder |
builder() |
default Object |
getRegionConfiguration()
Specifies the Region configuration.
|
default String |
getRegionName()
Specifies the region name to add to the replication set.
|
@Stability(value=Stable) @Nullable default Object getRegionConfiguration()
@Stability(value=Stable) @Nullable default String getRegionName()
@Stability(value=Stable) static CfnReplicationSet.ReplicationRegionProperty.Builder builder()
Copyright © 2022. All rights reserved.