{ "$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-scaling-process-query-structure.json", "name": "ScalingProcessQuery", "description": "ScalingProcessQuery schema from Auto Scaling", "type": "object", "properties": { "AutoScalingGroupName": { "allOf": [ { "$ref": "#/components/schemas/XmlStringMaxLen255" }, { "description": "The name of the Auto Scaling group." } ] }, "ScalingProcesses": { "allOf": [ { "$ref": "#/components/schemas/ProcessNames" }, { "description": "

One or more of the following processes:

If you omit this property, all processes are specified.

" } ] } }, "required": [ "AutoScalingGroupName" ] }