Values.UpdateReplicationInfoRequestSourceUpdate information relating to replication between a given source and target Kafka cluster.
type nonrec t = {consumerGroupReplication : ConsumerGroupReplicationUpdate.t option;Updated consumer group replication information.
*)currentVersion : string;Current replicator version.
*)replicatorArn : string;The Amazon Resource Name (ARN) of the replicator to be updated.
*)sourceKafkaClusterArn : string option;The ARN of the source Kafka cluster.
*)sourceKafkaClusterId : string option;The ID of the source Kafka cluster.
*)targetKafkaClusterArn : string option;The ARN of the target Kafka cluster.
*)targetKafkaClusterId : string option;The ID of the target Kafka cluster.
*)topicReplication : TopicReplicationUpdate.t option;Updated topic replication information.
*)logDelivery : LogDelivery.t option;Configuration for delivering replicator logs to customer destinations.
*)}