Interface CfnBrokerPropsMixin.EncryptionOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBrokerPropsMixin.EncryptionOptionsProperty.Jsii$Proxy
Enclosing class:
CfnBrokerPropsMixin

@Stability(Stable) public static interface CfnBrokerPropsMixin.EncryptionOptionsProperty extends software.amazon.jsii.JsiiSerializable
Encryption options for the broker.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.amazonmq.*;
 EncryptionOptionsProperty encryptionOptionsProperty = EncryptionOptionsProperty.builder()
         .kmsKeyId("kmsKeyId")
         .useAwsOwnedKey(false)
         .build();
 

See Also: