AWS Fundamentals Logo
AWS Fundamentals
AWS::RefactorSpaces::Service

RefactorSpaces Service

Definition of AWS::RefactorSpaces::Service Resource Type

Properties

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

Filter:
PropertyTypeFlags
ApplicationIdentifier
string
RequiredCreate-only
EndpointType
string
RequiredCreate-onlyWrite-only
EnvironmentIdentifier
string
RequiredCreate-only
Name
string
RequiredCreate-onlyWrite-only
Description
string
Create-onlyWrite-only
LambdaEndpoint
LambdaEndpointInput
Create-onlyWrite-only
Tags
Array<Tag>
UrlEndpoint
UrlEndpointInput
Create-onlyWrite-only
VpcId
string
Create-onlyWrite-only

Return Values

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

AttributeTypeDescription
Arnstring-
ServiceIdentifierstring-

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::Service

Resources:
  MyResource:
    Type: AWS::RefactorSpaces::Service
    Properties:
      EnvironmentIdentifier: "my-environmentidentifier"
      ApplicationIdentifier: "my-applicationidentifier"
      EndpointType: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

refactor-spaces:CreateServicerefactor-spaces:GetServicerefactor-spaces:TagResourceec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeRouteTablesec2:CreateTagsec2:CreateTransitGatewayVpcAttachment

read

refactor-spaces:GetServicerefactor-spaces:ListTagsForResource

delete

refactor-spaces:DeleteServicerefactor-spaces:GetServicerefactor-spaces:UntagResourceram:DisassociateResourceShareec2:DescribeNetworkInterfacesec2:DescribeRouteTablesec2:DescribeTransitGatewayVpcAttachmentsec2:DescribeSecurityGroups

list

refactor-spaces:ListServicesrefactor-spaces:ListTagsForResource

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
Properties11
Required4
TaggingNot supported
Primary IDEnvironmentIdentifier

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

DescriptionEndpointTypeEnvironmentIdentifierApplicationIdentifierLambdaEndpointNameUrlEndpointVpcId

External Links