AWS Redshift · Schema

EventCategoriesMap

Describes event categories.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SourceType object
Events object
View JSON Schema on GitHub

JSON Schema

redshift-event-categories-map-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SourceType": {},
    "Events": {}
  },
  "description": "Describes event categories.",
  "$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-categories-map-schema.json",
  "title": "EventCategoriesMap"
}