AWS::Athena::PreparedStatementResource schema for AWS::Athena::PreparedStatement
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
QueryStatement | string | Required |
StatementName | string | RequiredCreate-only |
WorkGroup | string | RequiredCreate-only |
Description | string |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Athena::PreparedStatement
Resources:
MyResource:
Type: AWS::Athena::PreparedStatement
Properties:
StatementName: "my-statementname"
WorkGroup: "value"
QueryStatement: "value"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
athena:CreatePreparedStatementathena:GetPreparedStatementathena:GetPreparedStatementathena:UpdatePreparedStatementathena:DeletePreparedStatementathena:GetPreparedStatementathena:ListPreparedStatementsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterStatementNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
StatementNameWorkGroup