Values.AwsMskClusterClusterInfoEncryptionInfoDetailsSourceIncludes encryption-related information, such as the KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.
type nonrec t = {encryptionInTransit : AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.t
option;The settings for encrypting data in transit.
*)encryptionAtRest : AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.t
option;The data-volume encryption details. You can't update encryption at rest settings for existing clusters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ])
list ]