Updates the specified connector
Source:R/kafkaconnect_operations.R
kafkaconnect_update_connector.RdUpdates the specified connector. For request body, specify only one parameter: either capacity or connectorConfiguration.
See https://www.paws-r-sdk.com/docs/kafkaconnect_update_connector/ for full documentation.
Usage
kafkaconnect_update_connector(
capacity = NULL,
connectorConfiguration = NULL,
connectorArn,
currentVersion
)Arguments
- capacity
The target capacity.
- connectorConfiguration
A map of keys to values that represent the configuration for the connector.
- 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.