NamedQueryReference

class aws_cdk.aws_athena.NamedQueryReference(*, named_query_id)

Bases: object

A reference to a NamedQuery resource.

Parameters:

named_query_id (str) – The NamedQueryId of the NamedQuery resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_athena as athena

named_query_reference = athena.NamedQueryReference(
    named_query_id="namedQueryId"
)

Attributes

named_query_id

The NamedQueryId of the NamedQuery resource.