application_tags
Expands all tag keys and values for applications
in a region
Overview
Name | application_tags |
Type | Resource |
Description | Resource Schema for AWS::ServiceCatalogAppRegistry::Application |
Id | aws.servicecatalogappregistry.application_tags |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
name | string | The name of the application. |
description | string | The description of the application. |
application_tag_key | string | The key of the AWS application tag, which is awsApplication. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value. |
application_tag_value | string | The value of the AWS application tag, which is the identifier of an associated resource. Applications created before 11/13/2023 or applications without the AWS application tag resource group return no value. |
application_name | string | The name of 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,
id,
arn,
name,
description,
application_tag_key,
application_tag_value,
application_name,
tag_key,
tag_value
FROM aws.servicecatalogappregistry.application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_tags
resource, see applications