@Stability(value=Stable)
public static interface CfnReplicationSet.RegionConfigurationProperty
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.*;
RegionConfigurationProperty regionConfigurationProperty = RegionConfigurationProperty.builder()
.sseKmsKeyId("sseKmsKeyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReplicationSet.RegionConfigurationProperty.Builder
A builder for
CfnReplicationSet.RegionConfigurationProperty |
static class |
CfnReplicationSet.RegionConfigurationProperty.Jsii$Proxy
An implementation for
CfnReplicationSet.RegionConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicationSet.RegionConfigurationProperty.Builder |
builder() |
String |
getSseKmsKeyId()
The KMS key ID to use to encrypt your replication set.
|
@Stability(value=Stable) @NotNull String getSseKmsKeyId()
@Stability(value=Stable) static CfnReplicationSet.RegionConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.