Values.AutoScalingSourceSpecifies how the connector scales.
type nonrec t = {maxWorkerCount : int;The maximum number of workers allocated to the connector.
*)mcuCount : int;The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
*)minWorkerCount : int;The minimum number of workers allocated to the connector.
*)scaleInPolicy : ScaleInPolicy.t option;The scale-in policy for the connector.
*)scaleOutPolicy : ScaleOutPolicy.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.
*)}