DescribeEventDetailsForOrganizationRequest

DescribeEventDetailsForOrganizationRequest schema from Amazon Health Dashboard API

Health MonitoringNotificationsOperationsService Status

Properties

Name Type Description
organizationEventDetailFilters object
locale object
View JSON Schema on GitHub

JSON Schema

health-describe-event-details-for-organization-request-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-describe-event-details-for-organization-request-schema.json",
  "title": "DescribeEventDetailsForOrganizationRequest",
  "description": "DescribeEventDetailsForOrganizationRequest schema from Amazon Health Dashboard API",
  "type": "object",
  "properties": {
    "organizationEventDetailFilters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationEventDetailFiltersList"
        },
        {
          "description": "A set of JSON elements that includes the <code>awsAccountId</code> and the <code>eventArn</code>."
        }
      ]
    },
    "locale": {
      "allOf": [
        {
          "$ref": "#/components/schemas/locale"
        },
        {
          "description": "The locale (language) to return information in. English (en) is the default and the only supported value at this time."
        }
      ]
    }
  },
  "required": [
    "organizationEventDetailFilters"
  ]
}