Values.ServiceManagedEc2AutoScalingConfigurationSourceThe auto scaling configuration settings for a service managed EC2 fleet.
type nonrec t = {standbyWorkerCount : MinZeroMaxInteger.t option;The number of idle workers maintained and ready to process incoming tasks. The default is 0.
*)workerIdleDurationSeconds : ServiceManagedEc2WorkerIdleDurationSeconds.t option;The number of seconds that a worker can remain idle before it is shut down. The default is 300 seconds (5 minutes).
*)scaleOutWorkersPerMinute : MinOneMaxInteger.t option;The number of workers that can be added per minute to the fleet. The default is 10 workers per minute.
*)}