Values.ReplicatorSummarySourceInformation about a replicator.
type nonrec t = {creationTime : string option;The time the replicator was created.
*)currentVersion : string option;The current version of the replicator.
*)isReplicatorReference : bool option;Whether this resource is a replicator reference.
*)kafkaClustersSummary : KafkaClusterSummary.t list option;Kafka Clusters used in setting up sources / targets for replication.
*)replicationInfoSummaryList : ReplicationInfoSummary.t list option;A list of summarized information of replications between clusters.
*)replicatorArn : string option;The Amazon Resource Name (ARN) of the replicator.
*)replicatorName : string option;The name of the replicator.
*)replicatorResourceArn : string option;The Amazon Resource Name (ARN) of the replicator resource in the region where the replicator was created.
*)replicatorState : ReplicatorState.t option;State of the replicator.
*)}