---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_config_stored_query Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::Config::StoredQuery
---
# awscc_config_stored_query (Resource)
Resource Type definition for AWS::Config::StoredQuery
## Schema
### Required
- `query_expression` (String)
- `query_name` (String)
### Optional
- `query_description` (String)
- `tags` (Attributes List) The tags for the stored query. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `id` (String) Uniquely identifies the resource.
- `query_arn` (String)
- `query_id` (String)
### Nested Schema for `tags`
Optional:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The value for the tag. You can specify a value that is 0 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_config_stored_query.example
```