AWS Redshift · JSON Structure

Redshift Event Structure

Describes an event.

Type: object Properties: 7
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

SourceIdentifier SourceType Message EventCategories Severity Date EventId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SourceIdentifier": {},
    "SourceType": {},
    "Message": {},
    "EventCategories": {},
    "Severity": {},
    "Date": {},
    "EventId": {}
  },
  "description": "Describes an event.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-event-structure.json",
  "name": "Event"
}