{ "$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-enabled-metric-structure.json", "name": "EnabledMetric", "description": "Describes an enabled Auto Scaling group metric.", "type": "object", "properties": { "Metric": { "allOf": [ { "$ref": "#/components/schemas/XmlStringMaxLen255" }, { "description": "

One of the following metrics:

For more information, see Auto Scaling group metrics in the Amazon EC2 Auto Scaling User Guide.

" } ] }, "Granularity": { "allOf": [ { "$ref": "#/components/schemas/XmlStringMaxLen255" }, { "description": "The granularity of the metric. The only valid value is 1Minute." } ] } } }