Skip to main content

data_catalogs_list_only

Lists data_catalogs in a region or regions, for all properties use data_catalogs

Overview

Namedata_catalogs_list_only
TypeResource
DescriptionResource schema for AWS::Athena::DataCatalog
Idaws.athena.data_catalogs_list_only

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.
descriptionstringA description of the data catalog to be created.
parametersobjectSpecifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
tagsarrayA list of comma separated tags to add to the data catalog that is created.
typestringThe type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all data_catalogs in a region.

SELECT
region,
name
FROM aws.athena.data_catalogs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the data_catalogs_list_only resource, see data_catalogs