Module Values.TargetTrackingScalingConfigurationSource

Defines when a new instance is auto-scaled into the compute fleet.

Sourcetype nonrec t = {
  1. metricType : FleetScalingMetricType.t option;
    (*

    The metric type to determine auto-scaling.

    *)
  2. targetValue : WrapperDouble.t option;
    (*

    The value of metricType when to start scaling.

    *)
}
Sourceval make : ?metricType:??? -> ?targetValue:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of WrapperDouble.t | `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t