aws.migration_hub_refactor_spaces.list_routes
Example SQL Queries
SELECT * FROMaws.migration_hub_refactor_spaces.list_routesWHERE"application_identifier" = 'VALUE'AND "environment_identifier" = 'VALUE';Description
Lists all the Amazon Web Services Migration Hub Refactor Spaces routes within an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_identifier Required Input Column The ID of the application. | VARCHAR |
| environment_identifier Required Input Column The ID of the environment. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| append_source_path If set to true, this option appends the source path to the service URL endpoint. | BOOLEAN |
| application_id The unique identifier of the application. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the route. | VARCHAR |
| created_by_account_id The Amazon Web Services account ID of the route creator. | VARCHAR |
| created_time A timestamp that indicates when the route is created. | TIMESTAMP_S |
| environment_id The unique identifier of the environment. | VARCHAR |
| error Any error associated with the route resource. | STRUCT( |
Show child fields
| |
| include_child_paths Indicates whether to match all subpaths of the given source path. If this value is false, requests must match the source path exactly before they are forwarded to this route's service. | BOOLEAN |
| last_updated_time A timestamp that indicates when the route was last updated. | TIMESTAMP_S |
| methods A list of HTTP methods to match. An empty list matches all values. If a method is present, only HTTP requests using that method are forwarded to this route’s service. | VARCHAR[] |
Show child fields
| |
| owner_account_id The Amazon Web Services account ID of the route owner. | VARCHAR |
| path_resource_to_id A mapping of Amazon API Gateway path resources to resource IDs. | MAP(VARCHAR, VARCHAR) |
| route_id The unique identifier of the route. | VARCHAR |
| route_type The route type of the route. | VARCHAR |
| service_id The unique identifier of the service. | VARCHAR |
| source_path This is the path that Refactor Spaces uses to match traffic. Paths must start with / and are relative to the base of the application. To use path parameters in the source path, add a variable in curly braces. For example, the resource path {user} represents a path parameter called 'user'. | VARCHAR |
| state The current state of the route. | VARCHAR |
| tags The tags assigned to the route. | MAP(VARCHAR, VARCHAR) |