View source: R/glue_operations.R
glue_get_databases | R Documentation |
Retrieves all databases defined in a given Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_get_databases/ for full documentation.
glue_get_databases(
CatalogId = NULL,
NextToken = NULL,
MaxResults = NULL,
ResourceShareType = NULL,
AttributesToGet = NULL
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.