AWS Redshift · JSON Structure

Redshift Data Sub Statement Data Structure

Information about an SQL statement.

Type: object Properties: 11 Required: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

SubStatementData is a JSON Structure definition published by AWS Redshift, describing 11 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CreatedAt Duration Error HasResultSet Id QueryString RedshiftQueryId ResultRows ResultSize Status UpdatedAt

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

JSON Structure

Raw ↑
{
  "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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-data-sub-statement-data-structure.json",
  "name": "SubStatementData"
}