Class CfnBroker.EncryptionOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.amazonmq.CfnBroker.EncryptionOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBroker.EncryptionOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBroker.EncryptionOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnBroker.EncryptionOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBroker.EncryptionOptionsProperty
An implementation for
CfnBroker.EncryptionOptionsProperty
-
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.amazonmq.CfnBroker.EncryptionOptionsProperty
CfnBroker.EncryptionOptionsProperty.Builder, CfnBroker.EncryptionOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBroker.EncryptionOptionsProperty.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 theCfnBroker.EncryptionOptionsProperty.Builder
.
-
-
Method Details
-
getUseAwsOwnedKey
Description copied from interface:CfnBroker.EncryptionOptionsProperty
Enables the use of an AWS owned CMK using AWS KMS (KMS).Set to
true
by default, if no value is provided, for example, for RabbitMQ brokers.- Specified by:
getUseAwsOwnedKey
in interfaceCfnBroker.EncryptionOptionsProperty
-
getKmsKeyId
Description copied from interface:CfnBroker.EncryptionOptionsProperty
The customer master key (CMK) to use for the A AWS KMS (KMS).This key is used to encrypt your data at rest. If not provided, Amazon MQ will use a default CMK to encrypt your data.
- Specified by:
getKmsKeyId
in interfaceCfnBroker.EncryptionOptionsProperty
-
$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()
-