Skip to main content

route_tags

Expands all tag keys and values for routes in a region

Overview

Nameroute_tags
TypeResource
DescriptionDefinition of AWS::RefactorSpaces::Route Resource Type
Idaws.refactorspaces.route_tags

Fields

NameDatatypeDescription
path_resource_to_idstring
arnstring
application_identifierstring
environment_identifierstring
route_identifierstring
route_typestring
service_identifierstring
default_routeobject
uri_path_routeobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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