AWS Redshift · Schema

EventInfoMap

Describes event information.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
EventId object
EventCategories object
EventDescription object
Severity object
View JSON Schema on GitHub

JSON Schema

redshift-event-info-map-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "EventId": {},
    "EventCategories": {},
    "EventDescription": {},
    "Severity": {}
  },
  "description": "Describes event information.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-event-info-map-schema.json",
  "title": "EventInfoMap"
}