AWS Auto Scaling ScalingPlan PredefinedScalingMetricSpecification
The PredefinedScalingMetricSpecification property type specifies a predefined
metric for a target tracking policy to use with AWS Auto Scaling.
PredefinedScalingMetricSpecification is a property of the AWS Auto Scaling ScalingPlan TargetTrackingConfiguration property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ResourceLabel" :String, "PredefinedScalingMetricType" :String}
YAML
ResourceLabel:StringPredefinedScalingMetricType:String
Properties
PredefinedScalingMetricType-
The metric type. For more information, see PredefinedScalingMetricSpecification in the AWS Auto Scaling API Reference.
Required: Yes
Type: String
Update requires: No interruption
ResourceLabel-
Identifies the resource associated with the metric type.
Required: No
Type: String
Update requires: No interruption
