AWS Redshift · JSON Structure

Redshift Data Describe Statement Response Structure

DescribeStatementResponse schema from Amazon Redshift

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

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

Properties

ClusterIdentifier CreatedAt Database DbUser Duration Error HasResultSet Id QueryParameters QueryString RedshiftPid RedshiftQueryId ResultRows ResultSize SecretArn Status SubStatements UpdatedAt WorkgroupName

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "CreatedAt": {},
    "Database": {},
    "DbUser": {},
    "Duration": {},
    "Error": {},
    "HasResultSet": {},
    "Id": {},
    "QueryParameters": {},
    "QueryString": {},
    "RedshiftPid": {},
    "RedshiftQueryId": {},
    "ResultRows": {},
    "ResultSize": {},
    "SecretArn": {},
    "Status": {},
    "SubStatements": {},
    "UpdatedAt": {},
    "WorkgroupName": {}
  },
  "required": [
    "Id"
  ],
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-data-describe-statement-response-structure.json",
  "name": "DescribeStatementResponse",
  "description": "DescribeStatementResponse schema from Amazon Redshift"
}