Amazon Health Dashboard · JSON Structure

Health Event Arn Structure

eventArn schema from Amazon Health Dashboard API

Type: string Properties: 0
Health MonitoringNotificationsOperationsService Status

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

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-arn-structure.json",
  "name": "eventArn",
  "description": "eventArn schema from Amazon Health Dashboard API",
  "type": "string",
  "pattern": "arn:aws(-[a-z]+(-[a-z]+)?)?:health:[^:]*:[^:]*:event(?:/[\\w-]+){3}"
}