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
  • 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

      protected Jsii$Proxy(CfnBroker.EncryptionOptionsProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnBroker.EncryptionOptionsProperty.Builder.
  • Method Details

    • getUseAwsOwnedKey

      public final Object 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 interface CfnBroker.EncryptionOptionsProperty
    • getKmsKeyId

      public final String 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 interface CfnBroker.EncryptionOptionsProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object