Values.TargetTrackingScalingConfigurationSourceDefines when a new instance is auto-scaled into the compute fleet.
type nonrec t = {metricType : FleetScalingMetricType.t option;The metric type to determine auto-scaling.
*)targetValue : WrapperDouble.t option;The value of metricType when to start scaling.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of WrapperDouble.t | `Enum of string ]) list ]