Values.AutoScalingDescriptionSourceInformation about the auto scaling parameters for the connector.
type nonrec t = {maxWorkerCount : int option;The maximum number of workers allocated to the connector.
*)mcuCount : int option;The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
*)minWorkerCount : int option;The minimum number of workers allocated to the connector.
*)scaleInPolicy : ScaleInPolicyDescription.t option;The scale-in policy for the connector.
*)scaleOutPolicy : ScaleOutPolicyDescription.t option;The scale-out policy for the connector.
*)maxAutoscalingTaskCount : int option;The maximum number of tasks allocated to the connector during autoscaling operations. Must be at least equal to maxWorkerCount.
*)}