AWS Fundamentals Logo
AWS Fundamentals
AWS::RefactorSpaces::Application

RefactorSpaces Application

Definition of AWS::RefactorSpaces::Application Resource Type

Properties

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

Filter:
PropertyTypeFlags
EnvironmentIdentifier
string
RequiredCreate-only
Name
string
RequiredCreate-only
ProxyType
string
RequiredCreate-only
VpcId
string
RequiredCreate-only
ApiGatewayProxy
ApiGatewayProxyInput
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ApiGatewayIdstring-
ApplicationIdentifierstring-
Arnstring-
NlbArnstring-
NlbNamestring-
ProxyUrlstring-
StageNamestring-
VpcLinkIdstring-

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

Resources:
  MyResource:
    Type: AWS::RefactorSpaces::Application
    Properties:
      EnvironmentIdentifier: "my-environmentidentifier"
      VpcId: "my-vpcid"
      Name: "my-name"
      ProxyType: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

refactor-spaces:GetApplicationrefactor-spaces:CreateApplicationrefactor-spaces:TagResourceec2:CreateTagsec2:CreateVpcEndpointServiceConfigurationec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeVpcEndpointServiceConfigurations

read

refactor-spaces:GetApplicationrefactor-spaces:ListTagsForResource

delete

refactor-spaces:GetApplicationrefactor-spaces:DeleteApplicationrefactor-spaces:UntagResourceec2:DescribeVpcEndpointServiceConfigurationsec2:DeleteRouteec2:DeleteSecurityGroupec2:DeleteTransitGatewayec2:DeleteTransitGatewayVpcAttachment

list

refactor-spaces:ListApplicationsrefactor-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
Properties14
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.

ApiGatewayProxyEnvironmentIdentifierNameProxyTypeVpcId

Related Resources

External Links