interface PreparedStatementReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Athena.PreparedStatementReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsathena#PreparedStatementReference |
![]() | software.amazon.awscdk.services.athena.PreparedStatementReference |
![]() | aws_cdk.aws_athena.PreparedStatementReference |
![]() | aws-cdk-lib » aws_athena » PreparedStatementReference |
A reference to a PreparedStatement 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 preparedStatementReference: athena.PreparedStatementReference = {
statementName: 'statementName',
workGroup: 'workGroup',
};
Properties
Name | Type | Description |
---|---|---|
statement | string | The StatementName of the PreparedStatement resource. |
work | string | The WorkGroup of the PreparedStatement resource. |
statementName
Type:
string
The StatementName of the PreparedStatement resource.
workGroup
Type:
string
The WorkGroup of the PreparedStatement resource.