Migration Hub Refactor Spaces Route

Migration Hub Refactor Spaces Route represents a network path configuration within an application environment created in Refactor Spaces. It defines how incoming requests are routed to specific services or endpoints, enabling traffic management between legacy and modernized applications. This resource helps control routing rules, target destinations, and supports incremental migration by directing traffic to different service versions during refactoring.

aws.migrationhubrefactorspaces_route

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
append_source_pathcoreboolIf set to true, this option appends the source path to the service URL endpoint.
application_idcorestringThe unique identifier of the application.
arncorestringThe Amazon Resource Name (ARN) of the route.
created_by_account_idcorestringThe Amazon Web Services account ID of the route creator.
created_timecoretimestampA timestamp that indicates when the route is created.
environment_idcorestringThe unique identifier of the environment.
errorcorejsonAny error associated with the route resource.
include_child_pathscoreboolIndicates 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.
last_updated_timecoretimestampA timestamp that indicates when the route was last updated.
methodscorearray<string>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.
owner_account_idcorestringThe Amazon Web Services account ID of the route owner.
path_resource_to_idcorehstoreA mapping of Amazon API Gateway path resources to resource IDs.
route_idcorestringThe unique identifier of the route.
route_typecorestringThe route type of the route.
service_idcorestringThe unique identifier of the service.
source_pathcorestringThis 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'.
statecorestringThe current state of the route.
tagscorehstore