Amazon EC2 Auto Scaling · JSON Structure

Ec2 Auto Scaling Describe Auto Scaling Notification Types Answer Structure

DescribeAutoScalingNotificationTypesAnswer schema from Auto Scaling

Type: object Properties: 1
Amazon Web ServicesAuto ScalingComputeEC2High AvailabilityScaling

DescribeAutoScalingNotificationTypesAnswer is a JSON Structure definition published by Amazon EC2 Auto Scaling, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AutoScalingNotificationTypes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-describe-auto-scaling-notification-types-answer-structure.json",
  "name": "DescribeAutoScalingNotificationTypesAnswer",
  "description": "DescribeAutoScalingNotificationTypesAnswer schema from Auto Scaling",
  "type": "object",
  "properties": {
    "AutoScalingNotificationTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AutoScalingNotificationTypes"
        },
        {
          "description": "The notification types."
        }
      ]
    }
  },
  "example": {
    "AutoScalingNotificationTypes": [
      "autoscaling:EC2_INSTANCE_LAUNCH",
      "autoscaling:EC2_INSTANCE_LAUNCH_ERROR",
      "autoscaling:EC2_INSTANCE_TERMINATE",
      "autoscaling:EC2_INSTANCE_TERMINATE_ERROR",
      "autoscaling:TEST_NOTIFICATION"
    ]
  }
}