application_tags
Expands all tag keys and values for applications in a region
Overview
| Name | application_tags |
| Type | Resource |
| Description | Definition of AWS::RefactorSpaces::Application Resource Type |
| Id | aws.refactorspaces.application_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
api_gateway_proxy | object | |
arn | string | |
api_gateway_id | string | |
vpc_link_id | string | |
nlb_arn | string | |
nlb_name | string | |
application_identifier | string | |
environment_identifier | string | |
name | string | |
proxy_type | string | |
vpc_id | string | |
stage_name | string | |
proxy_url | 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,
api_gateway_proxy,
arn,
api_gateway_id,
vpc_link_id,
nlb_arn,
nlb_name,
application_identifier,
environment_identifier,
name,
proxy_type,
vpc_id,
stage_name,
proxy_url,
tag_key,
tag_value
FROM aws.refactorspaces.application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_tags resource, see applications