Values.EncryptionInfoSourceIncludes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.
type nonrec t = {encryptionAtRest : EncryptionAtRest.t option;The data-volume encryption details.
*)encryptionInTransit : EncryptionInTransit.t option;The details for encryption in transit.
*)}