named_queries
Retrieves a list of named_queries
in a region
Overview
Name | named_queries |
Type | Resource |
Description | named_queries |
Id | awscc.athena.named_queries |
Fields
Name | Datatype | Description |
---|---|---|
named_query_id | string | The unique ID of the query. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
named_query_id
FROM awscc.athena.named_queries
WHERE region = 'us-east-1'
Permissions
To operate on the named_queries
resource, the following permissions are required:
Create
athena:CreateNamedQuery
List
athena:ListNamedQueries