Values.KafkaClusterSourceInformation about Kafka Cluster to be used as source / target for replication.
type nonrec t = {amazonMskCluster : AmazonMskCluster.t option;Details of an Amazon MSK Cluster.
*)apacheKafkaCluster : ApacheKafkaCluster.t option;Details of an Apache Kafka Cluster.
*)vpcConfig : KafkaClusterClientVpcConfig.t option;Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
*)clientAuthentication : KafkaClusterClientAuthentication.t option;Details of the client authentication used by the Apache Kafka cluster.
*)encryptionInTransit : KafkaClusterEncryptionInTransit.t option;Details of encryption in transit to the Apache Kafka cluster.
*)}