AutoScaling - 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.

AutoScaling

Specifies how the connector scales.

Contents

maxWorkerCount

The maximum number of workers allocated to the connector.

Type: Integer

Required: Yes

mcuCount

The 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 minimum number of workers allocated to the connector.

Type: Integer

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

scaleInPolicy

The scale-in policy for the connector.

Type: ScaleInPolicy object

Required: No

scaleOutPolicy

The scale-out policy for the connector.

Type: ScaleOutPolicy object

Required: No

See Also

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