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 = 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. |
[Package paws.analytics version 0.9.0 Index]