Class CfnTable.SSESpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnTable.SSESpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnTable.SSESpecificationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTable.SSESpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnTable.SSESpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.SSESpecificationProperty
An implementation for 
CfnTable.SSESpecificationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnTable.SSESpecificationPropertyCfnTable.SSESpecificationProperty.Builder, CfnTable.SSESpecificationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.SSESpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe AWS KMS key that should be used for the AWS KMS encryption.final ObjectIndicates whether server-side encryption is done using an AWS managed key or an AWS owned key.final StringServer-side encryption type.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnTable.SSESpecificationProperty.Builder.
 
- 
- 
Method Details- 
getSseEnabledDescription copied from interface:CfnTable.SSESpecificationPropertyIndicates whether server-side encryption is done using an AWS managed key or an AWS owned key.If enabled (true), server-side encryption type is set to KMSand 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.- Specified by:
- getSseEnabledin interface- CfnTable.SSESpecificationProperty
 
- 
getKmsMasterKeyIdDescription copied from interface:CfnTable.SSESpecificationPropertyThe AWS KMS key that should be used for the AWS KMS encryption.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.- Specified by:
- getKmsMasterKeyIdin interface- CfnTable.SSESpecificationProperty
 
- 
getSseTypeDescription copied from interface:CfnTable.SSESpecificationPropertyServer-side encryption type. The only supported value is:.- 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).
 - Specified by:
- getSseTypein interface- CfnTable.SSESpecificationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-