Delete Replicator
kafka_delete_replicator | R Documentation |
Deletes a replicator¶
Description¶
Deletes a replicator.
Usage¶
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"
)