AWS Redshift · Schema

DescribeEventsMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SourceIdentifier object
SourceType object
StartTime object
EndTime object
Duration object
MaxRecords object
Marker object
View JSON Schema on GitHub

JSON Schema

redshift-describe-events-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SourceIdentifier": {},
    "SourceType": {},
    "StartTime": {},
    "EndTime": {},
    "Duration": {},
    "MaxRecords": {},
    "Marker": {}
  },
  "description": "<p/>",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-describe-events-message-schema.json",
  "title": "DescribeEventsMessage"
}