Class PredictiveScalingPredefinedLoadMetricSpecification

java.lang.Object
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingPredefinedLoadMetricSpecification
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PredictiveScalingPredefinedLoadMetricSpecification.Builder,PredictiveScalingPredefinedLoadMetricSpecification>

@Generated("software.amazon.awssdk:codegen") public final class PredictiveScalingPredefinedLoadMetricSpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PredictiveScalingPredefinedLoadMetricSpecification.Builder,PredictiveScalingPredefinedLoadMetricSpecification>

Describes 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

See Also: