--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_athena_prepared_statement Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Athena::PreparedStatement --- # awscc_athena_prepared_statement (Data Source) Data Source schema for AWS::Athena::PreparedStatement ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `description` (String) The description of the prepared statement. - `query_statement` (String) The query string for the prepared statement. - `statement_name` (String) The name of the prepared statement. - `work_group` (String) The name of the workgroup to which the prepared statement belongs.