Replicator Replication Info
data class ReplicatorReplicationInfo(val consumerGroupReplication: ReplicatorConsumerGroupReplication, val sourceKafkaClusterArn: String, val targetCompressionType: ReplicatorReplicationInfoTargetCompressionType, val targetKafkaClusterArn: String, val topicReplication: ReplicatorTopicReplication)
Specifies configuration for replication between a source and target Kafka cluster.
Constructors
Link copied to clipboard
fun ReplicatorReplicationInfo(consumerGroupReplication: ReplicatorConsumerGroupReplication, sourceKafkaClusterArn: String, targetCompressionType: ReplicatorReplicationInfoTargetCompressionType, targetKafkaClusterArn: String, topicReplication: ReplicatorTopicReplication)