data_catalog_tags
Expands all tag keys and values for data_catalogs
in a region
Overview
Name | data_catalog_tags |
Type | Resource |
Description | Resource schema for AWS::Athena::DataCatalog |
Id | aws.athena.data_catalog_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The 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. |
description | string | A description of the data catalog to be created. |
parameters | object | Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type. |
type | string | The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all data_catalogs
in a region.
SELECT
region,
name,
description,
parameters,
type,
tag_key,
tag_value
FROM aws.athena.data_catalog_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_catalog_tags
resource, see data_catalogs