@Stability(value=Stable)
public static interface CfnGlobalTable.ReplicaSSESpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dynamodb.*;
ReplicaSSESpecificationProperty replicaSSESpecificationProperty = ReplicaSSESpecificationProperty.builder()
.kmsMasterKeyId("kmsMasterKeyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGlobalTable.ReplicaSSESpecificationProperty.Builder
A builder for
CfnGlobalTable.ReplicaSSESpecificationProperty |
static class |
CfnGlobalTable.ReplicaSSESpecificationProperty.Jsii$Proxy
An implementation for
CfnGlobalTable.ReplicaSSESpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGlobalTable.ReplicaSSESpecificationProperty.Builder |
builder() |
String |
getKmsMasterKeyId()
`CfnGlobalTable.ReplicaSSESpecificationProperty.KMSMasterKeyId`.
|
@Stability(value=Stable) @NotNull String getKmsMasterKeyId()
@Stability(value=Stable) static CfnGlobalTable.ReplicaSSESpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.