AWS::Config::StoredQueryResource Type definition for AWS::Config::StoredQuery
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
QueryExpression | string | Required |
QueryName | string | RequiredCreate-only |
QueryDescription | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
QueryArn | string | - |
QueryId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::StoredQuery
Resources:
MyResource:
Type: AWS::Config::StoredQuery
Properties:
QueryName: "my-queryname"
QueryExpression: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
config:PutStoredQueryconfig:GetStoredQueryconfig:TagResourceconfig:GetStoredQueryconfig:ListTagsForResourceconfig:PutStoredQueryconfig:GetStoredQueryconfig:TagResourceconfig:UntagResourceconfig:ListTagsForResourceconfig:DeleteStoredQueryconfig:UntagResourceconfig:ListStoredQueriesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterQueryNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
QueryName