Values.KafkaClusterDescriptionSourceInformation about Kafka Cluster 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.
*)kafkaClusterAlias : string option;The alias of the Kafka cluster. Used to prefix names of replicated topics.
*)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.
*)}