route_tags
Expands all tag keys and values for routes in a region
Overview
| Name | route_tags |
| Type | Resource |
| Description | Definition of AWS::RefactorSpaces::Route Resource Type |
| Id | aws.refactorspaces.route_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
path_resource_to_id | string | |
arn | string | |
application_identifier | string | |
environment_identifier | string | |
route_identifier | string | |
route_type | string | |
service_identifier | string | |
default_route | object | |
uri_path_route | object | |
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 routes in a region.
SELECT
region,
path_resource_to_id,
arn,
application_identifier,
environment_identifier,
route_identifier,
route_type,
service_identifier,
default_route,
uri_path_route,
tag_key,
tag_value
FROM aws.refactorspaces.route_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the route_tags resource, see routes