Retrieves all databases defined in a given Data Catalog.
glue_get_databases(CatalogId, NextToken, MaxResults)
The ID of the Data Catalog from which to retrieve Databases
. If none
is provided, the AWS account ID is used by default.
A continuation token, if this is a continuation call.
The maximum number of databases to return in one response.
svc$get_databases( CatalogId = "string", NextToken = "string", MaxResults = 123 )