data_catalogs
Retrieves a list of data_catalogs
in a region
Overview
Name | data_catalogs |
Type | Resource |
Description | data_catalogs |
Id | awscc.athena.data_catalogs |
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
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