Skip to content

Delete Replicator

kafka_delete_replicator R Documentation

Deletes a replicator

Description

Deletes a replicator.

Usage

kafka_delete_replicator(CurrentVersion, ReplicatorArn)

Arguments

CurrentVersion

The current version of the replicator.

ReplicatorArn

[required] The Amazon Resource Name (ARN) of the replicator to be deleted.

Value

A list with the following syntax:

list(
  ReplicatorArn = "string",
  ReplicatorState = "RUNNING"|"CREATING"|"UPDATING"|"DELETING"|"FAILED"
)

Request syntax

svc$delete_replicator(
  CurrentVersion = "string",
  ReplicatorArn = "string"
)