Skip to main content

routes_list_only

Lists routes in a region or regions, for all properties use routes

Overview

Nameroutes_list_only
TypeResource
DescriptionDefinition of AWS::RefactorSpaces::Route Resource Type
Idaws.refactorspaces.routes_list_only

Fields

NameDatatypeDescription
path_resource_to_idstring
arnstring
application_identifierstring
environment_identifierstring
route_identifierstring
route_typestring
service_identifierstring
default_routeobject
uri_path_routeobject
tagsarrayMetadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all routes in a region.

SELECT
region,
environment_identifier,
application_identifier,
route_identifier
FROM aws.refactorspaces.routes_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the routes_list_only resource, see routes