paws.analytics (version 0.1.0)

glue_get_databases: Retrieves all Databases defined in a given Data Catalog

Description

Retrieves all Databases defined in a given Data Catalog.

Usage

glue_get_databases(CatalogId, NextToken, MaxResults)

Arguments

CatalogId

The ID of the Data Catalog from which to retrieve Databases. If none is supplied, the AWS account ID is used by default.

NextToken

A continuation token, if this is a continuation call.

MaxResults

The maximum number of databases to return in one response.

Request syntax

svc$get_databases(
  CatalogId = "string",
  NextToken = "string",
  MaxResults = 123
)