Amazon Redshift · JSON Structure

Amazon Redshift Data Describe Table Response Structure

Type: object Properties: 3
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

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

Properties

TableName ColumnList NextToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DescribeTableResponse",
  "type": "object",
  "properties": {
    "TableName": {
      "type": "string"
    },
    "ColumnList": {
      "type": "array"
    },
    "NextToken": {
      "type": "string"
    }
  }
}