AutoScalingUpdate - Amazon MSK Connect
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AutoScalingUpdate

The updates to the auto scaling parameters for the connector.

Contents

maxWorkerCount

The target maximum number of workers allocated to the connector.

Type: Integer

Required: Yes

mcuCount

The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 8.

Required: Yes

minWorkerCount

The target minimum number of workers allocated to the connector.

Type: Integer

Required: Yes

scaleInPolicy

The target scale-in policy for the connector.

Type: ScaleInPolicyUpdate object

Required: Yes

scaleOutPolicy

The target scale-out policy for the connector.

Type: ScaleOutPolicyUpdate object

Required: Yes

maxAutoscalingTaskCount

The maximum number of tasks allocated to the connector during autoscaling operations. Must be at least equal to maxWorkerCount.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: