--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_athena_named_query Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Athena::NamedQuery --- # awscc_athena_named_query (Data Source) Data Source schema for AWS::Athena::NamedQuery ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `database` (String) The database to which the query belongs. - `description` (String) The query description. - `name` (String) The query name. - `named_query_id` (String) The unique ID of the query. - `query_string` (String) The contents of the query with all query statements. - `work_group` (String) The name of the workgroup that contains the named query.