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,
LogDelivery = 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)
List of tags to attach to created Replicator.
- LogDelivery
Configuration for delivering replicator logs to customer destinations.