kafka_update_replication_info: Updates replication info of a replicator

View source: R/kafka_operations.R

kafka_update_replication_infoR 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 = 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.


paws.analytics documentation built on May 30, 2026, 9:16 a.m.