kafkaconnect_update_connector {paws.analytics} | R Documentation |
Updates the specified connector
Description
Updates the specified connector.
See https://www.paws-r-sdk.com/docs/kafkaconnect_update_connector/ for full documentation.
Usage
kafkaconnect_update_connector(capacity, connectorArn, currentVersion)
Arguments
capacity |
[required] The target capacity. |
connectorArn |
[required] The Amazon Resource Name (ARN) of the connector that you want to update. |
currentVersion |
[required] The current version of the connector that you want to update. |
[Package paws.analytics version 0.7.0 Index]