Amazon Health Dashboard · JSON Structure

Health Organization Event Details Structure

Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.

Type: object Properties: 4
Health MonitoringNotificationsOperationsService Status

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

Properties

awsAccountId event eventDescription eventMetadata

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-organization-event-details-structure.json",
  "name": "OrganizationEventDetails",
  "description": "Detailed information about an event. A combination of an <a href=\"https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html\">Event</a> object, an <a href=\"https://docs.aws.amazon.com/health/latest/APIReference/API_EventDescription.html\">EventDescription</a> object, and additional metadata about the event. Returned by the <a href=\"https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetailsForOrganization.html\">DescribeEventDetailsForOrganization</a> operation.",
  "type": "object",
  "properties": {
    "awsAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/accountId"
        },
        {
          "description": "The 12-digit Amazon Web Services account numbers that contains the affected entities."
        }
      ]
    },
    "event": {
      "$ref": "#/components/schemas/Event"
    },
    "eventDescription": {
      "$ref": "#/components/schemas/EventDescription"
    },
    "eventMetadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/eventMetadata"
        },
        {
          "description": "Additional metadata about the event."
        }
      ]
    }
  }
}