[ aws . kafkaconnect ]
Updates the specified connector.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
update-connector
--capacity <value>
--connector-arn <value>
--current-version <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--capacity
(structure)
The target capacity.
autoScaling -> (structure)
The target auto scaling setting.
maxWorkerCount -> (integer)
The target maximum number of workers allocated to the connector.
mcuCount -> (integer)
The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
minWorkerCount -> (integer)
The target minimum number of workers allocated to the connector.
scaleInPolicy -> (structure)
The target sacle-in policy for the connector.
cpuUtilizationPercentage -> (integer)
The target CPU utilization percentage threshold at which you want connector scale in to be triggered.
scaleOutPolicy -> (structure)
The target sacle-out policy for the connector.
cpuUtilizationPercentage -> (integer)
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
provisionedCapacity -> (structure)
The target settings for provisioned capacity.
mcuCount -> (integer)
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
workerCount -> (integer)
The number of workers that are allocated to the connector.
Shorthand Syntax:
autoScaling={maxWorkerCount=integer,mcuCount=integer,minWorkerCount=integer,scaleInPolicy={cpuUtilizationPercentage=integer},scaleOutPolicy={cpuUtilizationPercentage=integer}},provisionedCapacity={mcuCount=integer,workerCount=integer}
JSON Syntax:
{
"autoScaling": {
"maxWorkerCount": integer,
"mcuCount": integer,
"minWorkerCount": integer,
"scaleInPolicy": {
"cpuUtilizationPercentage": integer
},
"scaleOutPolicy": {
"cpuUtilizationPercentage": integer
}
},
"provisionedCapacity": {
"mcuCount": integer,
"workerCount": integer
}
}
--connector-arn
(string)
The Amazon Resource Name (ARN) of the connector that you want to update.
--current-version
(string)
The current version of the connector that you want to update.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
See ‘aws help’ for descriptions of global parameters.
connectorArn -> (string)
The Amazon Resource Name (ARN) of the connector.
connectorState -> (string)
The state of the connector.