Delete Connector
kafkaconnect_delete_connector | R Documentation |
Deletes the specified connector¶
Description¶
Deletes the specified connector.
Usage¶
kafkaconnect_delete_connector(connectorArn, currentVersion)
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"
)
Request syntax¶
svc$delete_connector(
connectorArn = "string",
currentVersion = "string"
)