Amazon Health Dashboard · JSON Structure

Health Event Description Structure

The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.

Type: object Properties: 1
Health MonitoringNotificationsOperationsService Status

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

Properties

latestDescription

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-description-structure.json",
  "name": "EventDescription",
  "description": "The detailed description of the event. Included in the information returned by the <a href=\"https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetails.html\">DescribeEventDetails</a> operation.",
  "type": "object",
  "properties": {
    "latestDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/eventDescription"
        },
        {
          "description": "The most recent description of the event."
        }
      ]
    }
  }
}