@Stability(value=Stable) @Internal public static final class CfnTable.SSESpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTable.SSESpecificationProperty
CfnTable.SSESpecificationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTable.SSESpecificationProperty.Builder, CfnTable.SSESpecificationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTable.SSESpecificationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTable.AttributeDefinitionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getKmsMasterKeyId()
The AWS KMS key that should be used for the AWS KMS encryption.
|
Object |
getSseEnabled()
Indicates whether server-side encryption is done using an AWS managed key or an AWS owned key.
|
String |
getSseType()
Server-side encryption type.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTable.SSESpecificationProperty.Builder builder)
CfnTable.AttributeDefinitionProperty.Builder.public final Object getSseEnabled()
CfnTable.SSESpecificationProperty
If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS KMS charges apply). If disabled (false) or not specified, server-side encryption is set to AWS owned key.
getSseEnabled in interface CfnTable.SSESpecificationPropertypublic final String getKmsMasterKeyId()
CfnTable.SSESpecificationProperty
To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB key alias/aws/dynamodb .
getKmsMasterKeyId in interface CfnTable.SSESpecificationPropertypublic final String getSseType()
CfnTable.SSESpecificationProperty
KMS - Server-side encryption that uses AWS Key Management Service . The key is stored in your account and is managed by AWS KMS ( AWS KMS charges apply).getSseType in interface CfnTable.SSESpecificationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.