Skip to main content

application_tags

Expands all tag keys and values for applications in a region

Overview

Nameapplication_tags
TypeResource
DescriptionRepresents an application that runs on an AWS Mainframe Modernization Environment
Idaws.m2.application_tags

Fields

NameDatatypeDescription
application_arnstring
application_idstring
definitionundefined
descriptionstring
engine_typestringThe target platform for the environment.
kms_key_idstringThe ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources.
namestring
role_arnstring
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,
application_arn,
application_id,
definition,
description,
engine_type,
kms_key_id,
name,
role_arn,
tag_key,
tag_value
FROM aws.m2.application_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the application_tags resource, see applications