---
type: resource-type
title: PreparedStatement
description: aws resource type AWS::Athena::PreparedStatement
name: PreparedStatement
lexicon: aws
resource_type: AWS::Athena::PreparedStatement
---
`AWS::Athena::PreparedStatement`, a resource type of the aws lexicon.

## Properties

- `QueryStatement` (`string`, required): The query string for the prepared statement.
- `StatementName` (`string`, required): The name of the prepared statement.
- `WorkGroup` (`string`, required): The name of the workgroup to which the prepared statement belongs.
- `Description` (`string`, optional): The description of the prepared statement.
