glue_get_databases {paws.analytics} | R Documentation |
Retrieves all databases defined in a given Data Catalog
Description
Retrieves all databases defined in a given Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_get_databases/ for full documentation.
Usage
glue_get_databases(
CatalogId = NULL,
NextToken = NULL,
MaxResults = NULL,
ResourceShareType = NULL,
AttributesToGet = NULL
)
Arguments
CatalogId |
The ID of the Data Catalog from which to retrieve |
NextToken |
A continuation token, if this is a continuation call. |
MaxResults |
The maximum number of databases to return in one response. |
ResourceShareType |
Allows you to specify that you want to list the databases shared with
your account. The allowable values are
|
AttributesToGet |
Specifies the database fields returned by the
|