AWS Redshift · Schema

SubStatementList

SubStatementList schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-data-sub-statement-list-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "CreatedAt": {},
      "Duration": {},
      "Error": {},
      "HasResultSet": {},
      "Id": {},
      "QueryString": {},
      "RedshiftQueryId": {},
      "ResultRows": {},
      "ResultSize": {},
      "Status": {},
      "UpdatedAt": {}
    },
    "required": [
      "Id"
    ],
    "description": "Information about an SQL statement."
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-data-sub-statement-list-schema.json",
  "title": "SubStatementList",
  "description": "SubStatementList schema from Amazon Redshift"
}