Amazon Redshift · JSON Structure

Amazon Redshift Data List Schemas Request Structure

Type: object Properties: 8
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

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

Properties

ClusterIdentifier Database DbUser SecretArn WorkgroupName SchemaPattern 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": "ListSchemasRequest",
  "type": "object",
  "properties": {
    "ClusterIdentifier": {
      "type": "string"
    },
    "Database": {
      "type": "string"
    },
    "DbUser": {
      "type": "string"
    },
    "SecretArn": {
      "type": "string"
    },
    "WorkgroupName": {
      "type": "string"
    },
    "SchemaPattern": {
      "type": "string"
    },
    "MaxResults": {
      "type": "integer"
    },
    "NextToken": {
      "type": "string"
    }
  }
}