aws.athena.list_data_catalogs
Example SQL Queries
SELECT * FROMaws.athena.list_data_catalogs;Description
Lists the data catalogs in the current Amazon Web Services account.
In the Athena console, data catalogs are listed as "data sources" on the Data sources page under the Data source name column.
Table Definition
| Column Name | Column Data Type |
|---|---|
| work_group Input Column The name of the workgroup. Required if making an IAM Identity Center request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| catalog_name The name of the data catalog. The catalog name is unique for the Amazon Web Services account and can use a maximum of 127 alphanumeric, underscore, at sign, or hyphen characters. The remainder of the length constraint of 256 is reserved for use by Athena. | VARCHAR |
| type The data catalog type. | VARCHAR |