Amazon Redshift · JSON Structure

Amazon Redshift Data Describe Statement Response Structure

Type: object Properties: 19
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

DescribeStatementResponse is a JSON Structure definition published by Amazon Redshift, describing 19 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

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

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DescribeStatementResponse",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "CreatedAt": {
      "type": "string"
    },
    "UpdatedAt": {
      "type": "string"
    },
    "Duration": {
      "type": "integer"
    },
    "QueryString": {
      "type": "string"
    },
    "QueryParameters": {
      "type": "array"
    },
    "Database": {
      "type": "string"
    },
    "DbUser": {
      "type": "string"
    },
    "ClusterIdentifier": {
      "type": "string"
    },
    "WorkgroupName": {
      "type": "string"
    },
    "SecretArn": {
      "type": "string"
    },
    "RedshiftPid": {
      "type": "integer"
    },
    "RedshiftQueryId": {
      "type": "integer"
    },
    "ResultRows": {
      "type": "integer"
    },
    "ResultSize": {
      "type": "integer"
    },
    "HasResultSet": {
      "type": "boolean"
    },
    "Error": {
      "type": "string"
    },
    "SubStatements": {
      "type": "array"
    }
  }
}