--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_refactorspaces_route Resource - terraform-provider-awscc" subcategory: "" description: |- Definition of AWS::RefactorSpaces::Route Resource Type --- # awscc_refactorspaces_route (Resource) Definition of AWS::RefactorSpaces::Route Resource Type ## Schema ### Required - `application_identifier` (String) - `environment_identifier` (String) - `service_identifier` (String) ### Optional - `route_type` (String) - `tags` (Attributes List) Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair. (see [below for nested schema](#nestedatt--tags)) - `uri_path_route` (Attributes) (see [below for nested schema](#nestedatt--uri_path_route)) ### Read-Only - `arn` (String) - `id` (String) Uniquely identifies the resource. - `path_resource_to_id` (String) - `route_identifier` (String) ### Nested Schema for `tags` Optional: - `key` (String) A string used to identify this tag - `value` (String) A string containing the value for the tag ### Nested Schema for `uri_path_route` Optional: - `activation_state` (String) - `include_child_paths` (Boolean) - `methods` (List of String) - `source_path` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_refactorspaces_route.example ```