Skip to main content

application_tags

Expands all tag keys and values for applications in a region

Overview

Nameapplication_tags
TypeResource
DescriptionResource Type definition for AWS::AppConfig::Application
Idaws.appconfig.application_tags

Fields

NameDatatypeDescription
descriptionstringA description of the application.
application_idstringThe application Id
namestringA name for the application.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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