kafka_update_replication_info {paws.analytics} | R Documentation |
Updates replication info of a replicator
Description
Updates 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,
TargetKafkaClusterArn,
TopicReplication = 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 |
[required] The ARN of the source Kafka cluster. |
TargetKafkaClusterArn |
[required] The ARN of the target Kafka cluster. |
TopicReplication |
Updated topic replication information. |
[Package paws.analytics version 0.7.0 Index]