Learn R Programming

paws.analytics (version 0.7.0)

kafka_create_replicator: Creates the replicator

Description

Creates the replicator.

See https://www.paws-r-sdk.com/docs/kafka_create_replicator/ for full documentation.

Usage

kafka_create_replicator(
  Description = NULL,
  KafkaClusters,
  ReplicationInfoList,
  ReplicatorName,
  ServiceExecutionRoleArn,
  Tags = NULL
)

Arguments

Description

A summary description of the replicator.

KafkaClusters

[required] Kafka Clusters to use in setting up sources / targets for replication.

ReplicationInfoList

[required] A list of replication configurations, where each configuration targets a given source cluster to target cluster replication flow.

ReplicatorName

[required] The name of the replicator. Alpha-numeric characters with '-' are allowed.

ServiceExecutionRoleArn

[required] The ARN of the IAM role used by the replicator to access resources in the customer's account (e.g source and target clusters)

Tags

List of tags to attach to created Replicator.