Learn R Programming

paws.analytics (version 0.1.9)

athena_list_data_catalogs: Lists the data catalogs in the current AWS account

Description

Lists the data catalogs in the current AWS account.

Usage

athena_list_data_catalogs(NextToken, MaxResults)

Arguments

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 data catalogs to return.

Request syntax

svc$list_data_catalogs(
  NextToken = "string",
  MaxResults = 123
)