data_catalogs_list_only
Lists data_catalogs
in a region or regions, for all properties use data_catalogs
Overview
Name | data_catalogs_list_only |
Type | Resource |
Description | Resource schema for AWS::Athena::DataCatalog |
Id | aws.athena.data_catalogs_list_only |
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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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