Describes a policy adjustment type.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-auto-scaling/refs/heads/main/json-schema/ec2-auto-scaling-adjustment-type-schema.json", "title": "AdjustmentType", "description": "Describes a policy adjustment type.", "type": "object", "properties": { "AdjustmentType": { "allOf": [ { "$ref": "#/components/schemas/XmlStringMaxLen255" }, { "description": "The policy adjustment type. The valid values are <code>ChangeInCapacity</code>, <code>ExactCapacity</code>, and <code>PercentChangeInCapacity</code>." } ] } } }