Values.TargetTrackingScalingPolicySourceA scaling policy for the capacity provider that automatically adjusts capacity to maintain a target value for a specific metric.
type nonrec t = {predefinedMetricType : CapacityProviderPredefinedMetricType.t;The predefined metric type to track for scaling decisions.
*)targetValue : MetricTargetValue.t;The target value for the metric that the scaling policy attempts to maintain through scaling actions.
*)}val make :
predefinedMetricType:CapacityProviderPredefinedMetricType.t ->
targetValue:MetricTargetValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Double of MetricTargetValue.t | `Enum of string ]) list ]