Values.KafkaClusterEncryptionInTransitSourceDetails of encryption in transit to the Apache Kafka cluster.
type nonrec t = {encryptionType : KafkaClusterEncryptionInTransitType.t;The type of encryption in transit to the Apache Kafka cluster.
*)rootCaCertificate : string option;The root CA certificate.
*)}val make :
?rootCaCertificate:??? ->
encryptionType:KafkaClusterEncryptionInTransitType.t ->
unit ->
t