Values.AwsAmazonMqBrokerEncryptionOptionsDetailsSourceProvides details about broker encryption options.
type nonrec t = {kmsKeyId : NonEmptyString.t option;The KMS key that’s used to encrypt your data at rest. If not provided, Amazon MQ will use a default KMS key to encrypt your data.
*)useAwsOwnedKey : Boolean.t option;Specifies that an KMS key should be used for at-rest encryption. Set to true by default if no value is provided (for example, for RabbitMQ brokers).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]