AWS Redshift · JSON Structure

Redshift Event Info Map Structure

Describes event information.

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

EventId EventCategories EventDescription Severity

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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