Values.PredictiveScalingPredefinedLoadMetricSpecificationSourceDescribes a load metric for a predictive scaling policy. When returned in the output of DescribePolicies, it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair. The following predefined metrics are available for predictive scaling: ECSServiceAverageCPUUtilization ECSServiceAverageMemoryUtilization ECSServiceCPUUtilization ECSServiceMemoryUtilization ECSServiceTotalCPUUtilization ECSServiceTotalMemoryUtilization ALBRequestCount ALBRequestCountPerTarget TotalALBRequestCount
type nonrec t = {predefinedMetricType : PredictiveScalingMetricType.t;The metric type.
*)resourceLabel : ResourceLabel.t option;A label that uniquely identifies a target group.
*)}val make :
?resourceLabel:??? ->
predefinedMetricType:PredictiveScalingMetricType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of PredictiveScalingMetricType.t ]) list ]