AWS Auto Scaling ScalingPlan CustomizedLoadMetricSpecification
The CustomizedLoadMetricSpecification property type specifies a customized load
metric (an Amazon CloudWatch metric of your choosing) for predictive scaling to use
with AWS Auto Scaling.
CustomizedLoadMetricSpecification is a property of the ScalingInstruction
property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Dimensions" : [ MetricDimension, ... ], "MetricName" :String, "Namespace" :String, "Statistic" :String, "Unit" :String, }
YAML
Dimensions: - MetricDimension MetricName:StringNamespace:StringStatistic:StringUnit:String
Properties
Dimensions-
The dimensions of the metric.
Required: No
Type: List of MetricDimension property types
Update requires: No interruption
MetricName-
The name of the metric.
Required: Yes
Type: String
Update requires: No interruption
Namespace-
The namespace of the metric.
Required: Yes
Type: String
Update requires: No interruption
Statistic-
The statistic of the metric.
For valid values, see CustomizedLoadMetricSpecification in the AWS Auto Scaling API Reference.
Required: Yes
Type: String
Update requires: No interruption
Unit-
The unit of the metric.
Required: No
Type: String
Update requires: No interruption
See Also
-
CustomizedLoadMetricSpecification in the AWS Auto Scaling API Reference
-
Amazon CloudWatch Concepts in the Amazon CloudWatch User Guide
