Skip to main content

data_catalogs

Retrieves a list of data_catalogs in a region

Overview

Namedata_catalogs
TypeResource
Descriptiondata_catalogs
Idawscc.athena.data_catalogs

Fields

NameDatatypeDescription
namestringThe name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.athena.data_catalogs
WHERE region = 'us-east-1'

Permissions

To operate on the data_catalogs resource, the following permissions are required:

Create

athena:CreateDataCatalog,
athena:TagResource

List

athena:ListDataCatalog