Class CfnGlobalTablePropsMixin.SSESpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnGlobalTablePropsMixin.SSESpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGlobalTablePropsMixin.SSESpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGlobalTablePropsMixin.SSESpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnGlobalTablePropsMixin.SSESpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalTablePropsMixin.SSESpecificationProperty
An implementation for
CfnGlobalTablePropsMixin.SSESpecificationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnGlobalTablePropsMixin.SSESpecificationProperty
CfnGlobalTablePropsMixin.SSESpecificationProperty.Builder, CfnGlobalTablePropsMixin.SSESpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGlobalTablePropsMixin.SSESpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGlobalTablePropsMixin.SSESpecificationProperty.Builder.
-
-
Method Details
-
getSseEnabled
Description copied from interface:CfnGlobalTablePropsMixin.SSESpecificationPropertyIndicates whether server-side encryption is performed using an AWS managed key or an AWS owned key.If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS charges apply). If disabled (false) or not specified,server-side encryption is set to an AWS owned key. If you choose to use KMS encryption, you can also use customer managed KMS keys by specifying them in the
ReplicaSpecification.SSESpecificationobject. You cannot mix AWS managed and customer managed KMS keys.Returns union: either
BooleanorIResolvable- Specified by:
getSseEnabledin interfaceCfnGlobalTablePropsMixin.SSESpecificationProperty- See Also:
-
getSseType
Description copied from interface:CfnGlobalTablePropsMixin.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 ( AWS charges apply).
- Specified by:
getSseTypein interfaceCfnGlobalTablePropsMixin.SSESpecificationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-