Amazon Health Dashboard · JSON Structure

Health Event Aggregate Structure

The number of events of each issue type. Returned by the DescribeEventAggregates operation.

Type: object Properties: 2
Health MonitoringNotificationsOperationsService Status

EventAggregate is a JSON Structure definition published by Amazon Health Dashboard, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

aggregateValue count

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-health-dashboard/refs/heads/main/json-structure/health-event-aggregate-structure.json",
  "name": "EventAggregate",
  "description": "The number of events of each issue type. Returned by the <a href=\"https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventAggregates.html\">DescribeEventAggregates</a> operation.",
  "type": "object",
  "properties": {
    "aggregateValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/aggregateValue"
        },
        {
          "description": "The issue type for the associated count."
        }
      ]
    },
    "count": {
      "allOf": [
        {
          "$ref": "#/components/schemas/count"
        },
        {
          "description": "The number of events of the associated issue type."
        }
      ]
    }
  }
}