interface NamedQueryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Athena.NamedQueryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsathena#NamedQueryReference |
![]() | software.amazon.awscdk.services.athena.NamedQueryReference |
![]() | aws_cdk.aws_athena.NamedQueryReference |
![]() | aws-cdk-lib » aws_athena » NamedQueryReference |
A reference to a NamedQuery resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_athena as athena } from 'aws-cdk-lib';
const namedQueryReference: athena.NamedQueryReference = {
namedQueryId: 'namedQueryId',
};
Properties
Name | Type | Description |
---|---|---|
named | string | The NamedQueryId of the NamedQuery resource. |
namedQueryId
Type:
string
The NamedQueryId of the NamedQuery resource.