Delete Connector
kafkaconnect_delete_connector | R Documentation |
Deletes the specified connector¶
Description¶
Deletes the specified connector.
Usage¶
Arguments¶
connectorArn
[required] The Amazon Resource Name (ARN) of the connector that you want to delete.
currentVersion
The current version of the connector that you want to delete.
Value¶
A list with the following syntax:
list(
connectorArn = "string",
connectorState = "RUNNING"|"CREATING"|"UPDATING"|"DELETING"|"FAILED"
)