AWS::Athena::PreparedStatementSpecifies a prepared statement for use with SQL queries in Athena.
import { CfnPreparedStatement } from 'aws-cdk-lib/aws-athena';Or use the module namespace:
import * as athena from 'aws-cdk-lib/aws-athena';
// athena.CfnPreparedStatementConfiguration passed to the constructor as CfnPreparedStatementProps.
queryStatementRequiredstringThe query string for the prepared statement.
statementNameRequiredstringThe name of the prepared statement.
workGroupRequiredstring | IWorkGroupRefThe workgroup to which the prepared statement belongs.
descriptionOptionalstringThe description of the prepared statement.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-athenaAWS::Athena::PreparedStatement