Values.ScalingConfigurationOutputSourceThe scaling configuration output of a compute fleet.
type nonrec t = {scalingType : FleetScalingType.t option;The scaling type for a compute fleet.
*)targetTrackingScalingConfigs : TargetTrackingScalingConfigurations.t option;A list of TargetTrackingScalingConfiguration objects.
*)maxCapacity : FleetCapacity.t option;The maximum number of instances in the fleet when auto-scaling.
*)desiredCapacity : FleetCapacity.t option;The desired number of instances in the fleet when auto-scaling.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of FleetCapacity.t
| `List of
[> `Structure of
(string * [> `Double of WrapperDouble.t | `Enum of string ])
list ]
list ])
list ]