Skip to main content

named_queries

Retrieves a list of named_queries in a region

Overview

Namenamed_queries
TypeResource
Descriptionnamed_queries
Idawscc.athena.named_queries

Fields

NameDatatypeDescription
named_query_idstringThe unique ID of the query.
regionstringAWS 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