AdjustmentType

Describes a policy adjustment type.

Amazon Web ServicesAuto ScalingComputeEC2High AvailabilityScaling

Properties

Name Type Description
AdjustmentType object
View JSON Schema on GitHub

JSON Schema

ec2-auto-scaling-adjustment-type-schema.json Raw ↑
{
  "$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>."
        }
      ]
    }
  }
}