routes_list_only
Lists routes
in a region or regions, for all properties use routes
Overview
Name | routes_list_only |
Type | Resource |
Description | Definition of AWS::RefactorSpaces::Route Resource Type |
Id | aws.refactorspaces.routes_list_only |
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 | |
tags | array | Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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