

# AutoScalingUpdate
<a name="API_AutoScalingUpdate"></a>

The updates to the auto scaling parameters for the connector.

## Contents
<a name="API_AutoScalingUpdate_Contents"></a>

 ** maxWorkerCount **   <a name="MSKC-Type-AutoScalingUpdate-maxWorkerCount"></a>
The target maximum number of workers allocated to the connector.  
Type: Integer  
Required: Yes

 ** mcuCount **   <a name="MSKC-Type-AutoScalingUpdate-mcuCount"></a>
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 **   <a name="MSKC-Type-AutoScalingUpdate-minWorkerCount"></a>
The target minimum number of workers allocated to the connector.  
Type: Integer  
Required: Yes

 ** scaleInPolicy **   <a name="MSKC-Type-AutoScalingUpdate-scaleInPolicy"></a>
The target scale-in policy for the connector.  
Type: [ScaleInPolicyUpdate](API_ScaleInPolicyUpdate.md) object  
Required: Yes

 ** scaleOutPolicy **   <a name="MSKC-Type-AutoScalingUpdate-scaleOutPolicy"></a>
The target scale-out policy for the connector.  
Type: [ScaleOutPolicyUpdate](API_ScaleOutPolicyUpdate.md) object  
Required: Yes

 ** maxAutoscalingTaskCount **   <a name="MSKC-Type-AutoScalingUpdate-maxAutoscalingTaskCount"></a>
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
<a name="API_AutoScalingUpdate_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/kafkaconnect-2021-09-14/AutoScalingUpdate) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/kafkaconnect-2021-09-14/AutoScalingUpdate) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/kafkaconnect-2021-09-14/AutoScalingUpdate) 