Retrieves all databases defined in a given Data Catalog.
glue_get_databases(CatalogId, NextToken, MaxResults, ResourceShareType)
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.
Allows you to specify that you want to list the databases shared with
your account. The allowable values are FOREIGN
or ALL
.
If set to FOREIGN
, will list the databases shared with your
account.
If set to ALL
, will list the databases shared with your account,
as well as the databases in yor local account.
svc$get_databases( CatalogId = "string", NextToken = "string", MaxResults = 123, ResourceShareType = "FOREIGN"|"ALL" )