{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-auto-scaling-group-structure.json", "name": "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." } ] } } }