NamedQueryReference
- class aws_cdk.interfaces.aws_athena.NamedQueryReference(*, named_query_id)
Bases:
objectA 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.interfaces import aws_athena as interfaces_aws_athena named_query_reference = interfaces_aws_athena.NamedQueryReference( named_query_id="namedQueryId" )
Attributes
- named_query_id
The NamedQueryId of the NamedQuery resource.