athena_list_databases: Lists the databases in the specified data catalog

View source: R/athena_operations.R

athena_list_databasesR Documentation

Lists the databases in the specified data catalog

Description

Lists the databases in the specified data catalog.

See https://www.paws-r-sdk.com/docs/athena_list_databases/ for full documentation.

Usage

athena_list_databases(CatalogName, NextToken = NULL, MaxResults = NULL)

Arguments

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 NextToken from the response object of the previous page call.

MaxResults

Specifies the maximum number of results to return.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.