Information about an Auto Scaling group.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-auto-scaling-group-schema.json", "title": "AutoScalingGroup", "description": "Information about an Auto Scaling group.", "type": "object", "properties": { "name": { "allOf": [ { "$ref": "#/components/schemas/AutoScalingGroupName" }, { "description": "The Auto Scaling group name." } ] }, "hook": { "allOf": [ { "$ref": "#/components/schemas/AutoScalingGroupHook" }, { "description": "An Auto Scaling lifecycle event hook name." } ] } } }