AWS Auto Scaling ScalingPlan CustomizedScalingMetricSpecification
The CustomizedScalingMetricSpecification property type specifies a customized
metric (an Amazon CloudWatch metric of your choosing) for a target tracking configuration
to use with
AWS Auto Scaling.
CustomizedScalingMetricSpecification 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
{ "MetricName" :String, "Statistic" :String, "Dimensions" : [ MetricDimension, ... ], "Unit" :String, "Namespace" :String}
YAML
MetricName:StringStatistic:StringDimensions: - MetricDimension Unit:StringNamespace:String
Properties
Dimensions-
The dimensions of the metric.
Required: No
Type: List of MetricDimension
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.
Required: Yes
Type: String
Valid Values:
Average|Minimum|Maximum|SampleCount|SumUpdate requires: No interruption
Unit-
The unit of the metric.
Required: No
Type: String
Update requires: No interruption
See Also
-
CustomizedScalingMetricSpecification in the AWS Auto Scaling API Reference
-
Amazon CloudWatch Concepts in the Amazon CloudWatch User Guide
