View source: R/athena_operations.R
| athena_list_databases | R Documentation | 
Lists the databases in the specified data catalog.
See https://www.paws-r-sdk.com/docs/athena_list_databases/ for full documentation.
athena_list_databases(
  CatalogName,
  NextToken = NULL,
  MaxResults = NULL,
  WorkGroup = NULL
)
| CatalogName | [required] The name of the data catalog that contains the databases to return. | 
| NextToken | A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated. To obtain the next set
of pages, pass in the  | 
| MaxResults | Specifies the maximum number of results to return. | 
| WorkGroup | The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.