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,
TargetKafkaClusterArn,
TopicReplication = 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 |
[required] The ARN of the source Kafka cluster. |
TargetKafkaClusterArn |
[required] The ARN of the target Kafka cluster. |
TopicReplication |
Updated topic replication information. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.