ReplicatorReplicationInfoArgs

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
constructor(consumerGroupReplication: Output<ReplicatorConsumerGroupReplicationArgs>, sourceKafkaClusterArn: Output<String>, targetCompressionType: Output<ReplicatorReplicationInfoTargetCompressionType>, targetKafkaClusterArn: Output<String>, topicReplication: Output<ReplicatorTopicReplicationArgs>)

Properties

Link copied to clipboard

Configuration relating to consumer group replication.

Link copied to clipboard

Amazon Resource Name 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

Amazon Resource Name of the target Kafka cluster.

Link copied to clipboard

Configuration relating to topic replication.

Functions

Link copied to clipboard
open override fun toJava(): ReplicatorReplicationInfoArgs