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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cassandra.CfnTable.EncryptionSpecificationProperty
CfnTable.EncryptionSpecificationProperty.Builder, CfnTable.EncryptionSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.EncryptionSpecificationProperty.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 theCfnTable.EncryptionSpecificationProperty.Builder.
-
-
Method Details
-
getEncryptionType
Description copied from interface:CfnTable.EncryptionSpecificationPropertyThe 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_identifierin 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:
getEncryptionTypein interfaceCfnTable.EncryptionSpecificationProperty- See Also:
- AWS owned key (default) -
-
getKmsKeyIdentifier
Description copied from interface:CfnTable.EncryptionSpecificationPropertyRequires akms_key_identifierin the format of a key ARN.- Specified by:
getKmsKeyIdentifierin interfaceCfnTable.EncryptionSpecificationProperty- 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()
-