Updates the specified connector.
See https://www.paws-r-sdk.com/docs/kafkaconnect_update_connector/ for full documentation.
kafkaconnect_update_connector(
capacity = NULL,
connectorConfiguration = NULL,
connectorArn,
currentVersion
)
The target capacity.
A map of keys to values that represent the configuration for the connector.
[required] The Amazon Resource Name (ARN) of the connector that you want to update.
[required] The current version of the connector that you want to update.