Module Values.TargetTrackingScalingPolicySource

A scaling policy for the capacity provider that automatically adjusts capacity to maintain a target value for a specific metric.

Sourcetype nonrec t = {
  1. predefinedMetricType : CapacityProviderPredefinedMetricType.t;
    (*

    The predefined metric type to track for scaling decisions.

    *)
  2. targetValue : MetricTargetValue.t;
    (*

    The target value for the metric that the scaling policy attempts to maintain through scaling actions.

    *)
}
Sourceval context_ : string
Sourceval make : predefinedMetricType:CapacityProviderPredefinedMetricType.t -> targetValue:MetricTargetValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of MetricTargetValue.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