View source: R/kafka_operations.R
| kafka_update_replication_info | R Documentation |
Updates replication info of a replicator.
See https://www.paws-r-sdk.com/docs/kafka_update_replication_info/ for full documentation.
kafka_update_replication_info(
ConsumerGroupReplication = NULL,
CurrentVersion,
ReplicatorArn,
SourceKafkaClusterArn = NULL,
SourceKafkaClusterId = NULL,
TargetKafkaClusterArn = NULL,
TargetKafkaClusterId = NULL,
TopicReplication = NULL,
LogDelivery = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.