Class CfnTable.EncryptionSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cassandra.CfnTable.EncryptionSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.EncryptionSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.EncryptionSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnTable.EncryptionSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.EncryptionSpecificationProperty
An implementation for
CfnTable.EncryptionSpecificationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cassandra.CfnTable.EncryptionSpecificationProperty
CfnTable.EncryptionSpecificationProperty.Builder, CfnTable.EncryptionSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.EncryptionSpecificationProperty.Builder
.protected
Jsii$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 theCfnTable.EncryptionSpecificationProperty.Builder
.
-
-
Method Details
-
getEncryptionType
Description copied from interface:CfnTable.EncryptionSpecificationProperty
The encryption at rest options for the table.- AWS owned key (default) -
AWS_OWNED_KMS_KEY
- Customer managed key -
CUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY
, akms_key_identifier
in the format of a key ARN is required.Valid values:
CUSTOMER_MANAGED_KMS_KEY
|AWS_OWNED_KMS_KEY
.Default: - "AWS_OWNED_KMS_KEY"
- Specified by:
getEncryptionType
in interfaceCfnTable.EncryptionSpecificationProperty
- See Also:
- AWS owned key (default) -
-
getKmsKeyIdentifier
Description copied from interface:CfnTable.EncryptionSpecificationProperty
Requires akms_key_identifier
in the format of a key ARN.- Specified by:
getKmsKeyIdentifier
in interfaceCfnTable.EncryptionSpecificationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-