Interface CfnReplicationSet.RegionConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnReplicationSet.RegionConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnReplicationSet

@Stability(Stable) public static interface CfnReplicationSet.RegionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The RegionConfiguration property specifies the Region and KMS key to add to the replication set.

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.*;
 RegionConfigurationProperty regionConfigurationProperty = RegionConfigurationProperty.builder()
         .sseKmsKeyId("sseKmsKeyId")
         .build();