Values.AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetailsSourceThe settings for encrypting data in transit.
type nonrec t = {inCluster : Boolean.t option;When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plain text. The default value is true.
*)clientBroker : NonEmptyString.t option;Indicates the encryption setting for data in transit between clients and brokers.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]