Amazon Redshift · JSON Structure

Amazon Redshift Data Describe Table Request Structure

Type: object Properties: 9
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

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

Properties

ClusterIdentifier Database DbUser SecretArn WorkgroupName Table Schema MaxResults NextToken

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DescribeTableRequest",
  "type": "object",
  "properties": {
    "ClusterIdentifier": {
      "type": "string"
    },
    "Database": {
      "type": "string"
    },
    "DbUser": {
      "type": "string"
    },
    "SecretArn": {
      "type": "string"
    },
    "WorkgroupName": {
      "type": "string"
    },
    "Table": {
      "type": "string"
    },
    "Schema": {
      "type": "string"
    },
    "MaxResults": {
      "type": "integer"
    },
    "NextToken": {
      "type": "string"
    }
  }
}