application_tags
Expands all tag keys and values for applications in a region
Overview
| Name | application_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::AppConfig::Application |
| Id | aws.appconfig.application_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
description | string | A description of the application. |
application_id | string | The application Id |
name | string | A name for the application. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all applications in a region.
SELECT
region,
description,
application_id,
name,
tag_key,
tag_value
FROM aws.appconfig.application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_tags resource, see applications