EventDescription

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

Health MonitoringNotificationsOperationsService Status

Properties

Name Type Description
latestDescription object
View JSON Schema on GitHub

JSON Schema

health-event-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-schema/health-event-description-schema.json",
  "title": "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."
        }
      ]
    }
  }
}