@Stability(value=Stable) @Internal public static final class CfnTable.EncryptionSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTable.EncryptionSpecificationProperty
CfnTable.EncryptionSpecificationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTable.EncryptionSpecificationProperty.Builder, CfnTable.EncryptionSpecificationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTable.EncryptionSpecificationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTable.BillingModeProperty.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 |
getEncryptionType()
The encryption at rest options for the table.
|
String |
getKmsKeyIdentifier()
Requires a `kms_key_identifier` in the format of a key ARN.
|
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.EncryptionSpecificationProperty.Builder builder)
CfnTable.BillingModeProperty.Builder.public final String getEncryptionType()
CfnTable.EncryptionSpecificationProperty
AWS_OWNED_KMS_KEYCUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY, akms_key_identifierin the format of a key ARN is required.
Valid values: CUSTOMER_MANAGED_KMS_KEY | AWS_OWNED_KMS_KEY .
getEncryptionType in interface CfnTable.EncryptionSpecificationPropertypublic final String getKmsKeyIdentifier()
CfnTable.EncryptionSpecificationPropertygetKmsKeyIdentifier in interface CfnTable.EncryptionSpecificationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.