Amazon Redshift · JSON Structure

Amazon Redshift Data Sub Statement Data Structure

Type: object Properties: 11
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

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

Properties

Id Status CreatedAt UpdatedAt Duration QueryString RedshiftQueryId ResultRows ResultSize HasResultSet Error

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SubStatementData",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Status": {
      "type": "string"
    },
    "CreatedAt": {
      "type": "string"
    },
    "UpdatedAt": {
      "type": "string"
    },
    "Duration": {
      "type": "integer"
    },
    "QueryString": {
      "type": "string"
    },
    "RedshiftQueryId": {
      "type": "integer"
    },
    "ResultRows": {
      "type": "integer"
    },
    "ResultSize": {
      "type": "integer"
    },
    "HasResultSet": {
      "type": "boolean"
    },
    "Error": {
      "type": "string"
    }
  }
}