AWS Fundamentals Logo
AWS Fundamentals
AWS::RefactorSpaces::Route

RefactorSpaces Route

Definition of AWS::RefactorSpaces::Route Resource Type

Properties

7 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
ApplicationIdentifier
string
RequiredCreate-only
EnvironmentIdentifier
string
RequiredCreate-only
RouteType
string
RequiredCreate-onlyWrite-only
ServiceIdentifier
string
RequiredCreate-onlyWrite-only
DefaultRoute
DefaultRouteInput
Write-only
Tags
Array<Tag>
UriPathRoute
UriPathRouteInput
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
PathResourceToIdstring-
RouteIdentifierstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RefactorSpaces::Route

Resources:
  MyResource:
    Type: AWS::RefactorSpaces::Route
    Properties:
      EnvironmentIdentifier: "my-environmentidentifier"
      ApplicationIdentifier: "my-applicationidentifier"
      ServiceIdentifier: "my-serviceidentifier"
      RouteType: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

refactor-spaces:CreateRouterefactor-spaces:GetRouterefactor-spaces:TagResourceiam:CreateServiceLinkedRoleapigateway:GETapigateway:PATCHapigateway:POSTapigateway:PUT

read

refactor-spaces:GetRouterefactor-spaces:ListTagsForResource

delete

refactor-spaces:DeleteRouterefactor-spaces:GetRouterefactor-spaces:UntagResourceapigateway:GETapigateway:PATCHapigateway:POSTapigateway:PUTapigateway:DELETE

list

refactor-spaces:ListRoutesrefactor-spaces:ListTagsForResource

update

refactor-spaces:UpdateRouterefactor-spaces:GetRouterefactor-spaces:TagResourceiam:CreateServiceLinkedRoleapigateway:GETapigateway:PATCHapigateway:POSTapigateway:PUT

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRefactorSpaces
Properties10
Required4
TaggingNot supported
Primary IDEnvironmentIdentifier

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ApplicationIdentifierEnvironmentIdentifierRouteTypeServiceIdentifierUriPathRoute/SourcePathUriPathRoute/MethodsUriPathRoute/IncludeChildPathsUriPathRoute/AppendSourcePath

External Links