Replicator Replication Info List Args
data class ReplicatorReplicationInfoListArgs(val consumerGroupReplications: Output<List<ReplicatorReplicationInfoListConsumerGroupReplicationArgs>>, val sourceKafkaClusterAlias: Output<String>? = null, val sourceKafkaClusterArn: Output<String>, val targetCompressionType: Output<String>, val targetKafkaClusterAlias: Output<String>? = null, val targetKafkaClusterArn: Output<String>, val topicReplications: Output<List<ReplicatorReplicationInfoListTopicReplicationArgs>>) : ConvertibleToJava<ReplicatorReplicationInfoListArgs>
Constructors
Link copied to clipboard
constructor(consumerGroupReplications: Output<List<ReplicatorReplicationInfoListConsumerGroupReplicationArgs>>, sourceKafkaClusterAlias: Output<String>? = null, sourceKafkaClusterArn: Output<String>, targetCompressionType: Output<String>, targetKafkaClusterAlias: Output<String>? = null, targetKafkaClusterArn: Output<String>, topicReplications: Output<List<ReplicatorReplicationInfoListTopicReplicationArgs>>)
Properties
Link copied to clipboard
val consumerGroupReplications: Output<List<ReplicatorReplicationInfoListConsumerGroupReplicationArgs>>
Configuration relating to consumer group replication.
Link copied to clipboard
Link copied to clipboard
The ARN of the source Kafka cluster.
Link copied to clipboard
The type of compression to use writing records to target Kafka cluster.
Link copied to clipboard
Link copied to clipboard
The ARN of the target Kafka cluster.
Link copied to clipboard
Configuration relating to topic replication.