Values.PredictiveScalingPredefinedMetricPairSpecificationSourceRepresents a metric pair for a predictive scaling policy. The following predefined metrics are available for predictive scaling: ECSServiceAverageCPUUtilization ECSServiceAverageMemoryUtilization ECSServiceCPUUtilization ECSServiceMemoryUtilization ECSServiceTotalCPUUtilization ECSServiceTotalMemoryUtilization ALBRequestCount ALBRequestCountPerTarget TotalALBRequestCount
type nonrec t = {predefinedMetricType : PredictiveScalingMetricType.t;Indicates which metrics to use. There are two different types of metrics for each metric type: one is a load metric and one is a scaling metric.
*)resourceLabel : ResourceLabel.t option;A label that uniquely identifies a specific target group from which to determine the total and average request count.
*)}val make :
?resourceLabel:??? ->
predefinedMetricType:PredictiveScalingMetricType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of PredictiveScalingMetricType.t ]) list ]