View source: R/kafkaconnect_operations.R
kafkaconnect_update_connector | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.