This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ApplicationAutoScaling::ScalingPolicy PredictiveScalingPredefinedLoadMetric
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
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PredefinedMetricType" :String, "ResourceLabel" :String}
YAML
PredefinedMetricType:StringResourceLabel:String
Properties
- PredefinedMetricType
- 
                    The metric type. Required: Yes Type: String Minimum: 1Maximum: 128Update requires: No interruption 
- ResourceLabel
- 
                    A label that uniquely identifies a target group. Required: No Type: String Minimum: 1Maximum: 1023Update requires: No interruption