Class CfnDomain.EncryptionAtRestOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticsearch.CfnDomain.EncryptionAtRestOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.EncryptionAtRestOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDomain.EncryptionAtRestOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.EncryptionAtRestOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.EncryptionAtRestOptionsProperty
An implementation for
CfnDomain.EncryptionAtRestOptionsProperty
-
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.elasticsearch.CfnDomain.EncryptionAtRestOptionsProperty
CfnDomain.EncryptionAtRestOptionsProperty.Builder, CfnDomain.EncryptionAtRestOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.EncryptionAtRestOptionsProperty.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 theCfnDomain.EncryptionAtRestOptionsProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDomain.EncryptionAtRestOptionsProperty
Specifytrue
to enable encryption at rest.- Specified by:
getEnabled
in interfaceCfnDomain.EncryptionAtRestOptionsProperty
-
getKmsKeyId
Description copied from interface:CfnDomain.EncryptionAtRestOptionsProperty
The KMS key ID.Takes the form
1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a
. Required if you enable encryption at rest.- Specified by:
getKmsKeyId
in interfaceCfnDomain.EncryptionAtRestOptionsProperty
-
$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()
-