View source: R/kafka_operations.R
kafka_create_replicator | R Documentation |
Creates the replicator.
See https://www.paws-r-sdk.com/docs/kafka_create_replicator/ for full documentation.
kafka_create_replicator(
Description = NULL,
KafkaClusters,
ReplicationInfoList,
ReplicatorName,
ServiceExecutionRoleArn,
Tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.