application_tags
Expands all tag keys and values for applications
in a region
Overview
Name | application_tags |
Type | Resource |
Description | Represents an application that runs on an AWS Mainframe Modernization Environment |
Id | aws.m2.application_tags |
Fields
Name | Datatype | Description |
---|---|---|
application_arn | string | |
application_id | string | |
definition | undefined | |
description | string | |
engine_type | string | The target platform for the environment. |
kms_key_id | string | The ID or the Amazon Resource Name (ARN) of the customer managed KMS Key used for encrypting application-related resources. |
name | string | |
role_arn | string | |
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,
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