Updates replication info of a replicator
Source:R/kafka_operations.R
kafka_update_replication_info.RdUpdates replication info of a replicator.
See https://www.paws-r-sdk.com/docs/kafka_update_replication_info/ for full documentation.
Usage
kafka_update_replication_info(
ConsumerGroupReplication = NULL,
CurrentVersion,
ReplicatorArn,
SourceKafkaClusterArn = NULL,
SourceKafkaClusterId = NULL,
TargetKafkaClusterArn = NULL,
TargetKafkaClusterId = NULL,
TopicReplication = NULL,
LogDelivery = NULL
)Arguments
- ConsumerGroupReplication
Updated consumer group replication information.
- CurrentVersion
[required] Current replicator version.
- ReplicatorArn
[required] The Amazon Resource Name (ARN) of the replicator to be updated.
- SourceKafkaClusterArn
The ARN of the source Kafka cluster.
- SourceKafkaClusterId
The ID of the source Kafka cluster.
- TargetKafkaClusterArn
The ARN of the target Kafka cluster.
- TargetKafkaClusterId
The ID of the target Kafka cluster.
- TopicReplication
Updated topic replication information.
- LogDelivery
Configuration for delivering replicator logs to customer destinations.