Amazon Redshift · Schema

ListDatabasesResponse

AnalyticsBig DataCloudData LakeData WarehouseETLMachine-LearningServerlessSQL

Properties

Name Type Description
Databases array List of database names
NextToken string Pagination token for the next page
View JSON Schema on GitHub

JSON Schema

amazon-redshift-data-list-databases-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListDatabasesResponse",
  "type": "object",
  "properties": {
    "Databases": {
      "type": "array",
      "description": "List of database names"
    },
    "NextToken": {
      "type": "string",
      "description": "Pagination token for the next page"
    }
  }
}