{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-auto-scaling/refs/heads/main/json-structure/ec2-auto-scaling-target-tracking-metric-stat-structure.json", "name": "TargetTrackingMetricStat", "description": "
This structure defines the CloudWatch metric to return, along with the statistic and unit.
For more information about the CloudWatch terminology below, see Amazon CloudWatch concepts in the Amazon CloudWatch User Guide.
", "type": "object", "properties": { "Metric": { "allOf": [ { "$ref": "#/components/schemas/Metric" }, { "description": "The metric to use." } ] }, "Stat": { "allOf": [ { "$ref": "#/components/schemas/XmlStringMetricStat" }, { "description": "The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in Statistics in the Amazon CloudWatch User Guide.
The most commonly used metric for scaling is Average.