Replicator Replication Info Args
data class ReplicatorReplicationInfoArgs(val consumerGroupReplication: Output<ReplicatorConsumerGroupReplicationArgs>, val sourceKafkaClusterArn: Output<String>, val targetCompressionType: Output<ReplicatorReplicationInfoTargetCompressionType>, val targetKafkaClusterArn: Output<String>, val topicReplication: Output<ReplicatorTopicReplicationArgs>) : ConvertibleToJava<ReplicatorReplicationInfoArgs>
Specifies configuration for replication between a source and target Kafka cluster.
Constructors
Link copied to clipboard
fun ReplicatorReplicationInfoArgs(consumerGroupReplication: Output<ReplicatorConsumerGroupReplicationArgs>, sourceKafkaClusterArn: Output<String>, targetCompressionType: Output<ReplicatorReplicationInfoTargetCompressionType>, targetKafkaClusterArn: Output<String>, topicReplication: Output<ReplicatorTopicReplicationArgs>)