AWS Fundamentals Logo
AWS Fundamentals
AWS::RefactorSpaces::Environment

RefactorSpaces Environment

Definition of AWS::RefactorSpaces::Environment Resource Type

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Create-onlyWrite-only
Name
string
Create-onlyWrite-only
NetworkFabricType
string
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
EnvironmentIdentifierstring-
TransitGatewayIdstring-

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

Resources:
  MyResource:
    Type: AWS::RefactorSpaces::Environment
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

refactor-spaces:CreateEnvironmentrefactor-spaces:GetEnvironmentrefactor-spaces:TagResourceec2:CreateTransitGatewayec2:AuthorizeSecurityGroupIngressec2:CreateSecurityGroupec2:CreateTagsec2:DescribeNetworkInterfaces

read

refactor-spaces:GetEnvironmentrefactor-spaces:ListTagsForResource

update

refactor-spaces:GetEnvironmentrefactor-spaces:TagResourcerefactor-spaces:UntagResource

delete

refactor-spaces:GetEnvironmentrefactor-spaces:DeleteEnvironmentrefactor-spaces:UntagResourceec2:DescribeTransitGatewaysec2:DescribeTransitGatewayVpcAttachmentsec2:DeleteTransitGatewayec2:DeleteTransitGatewayVpcAttachmentec2:DeleteTags

list

refactor-spaces:ListEnvironmentsrefactor-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
Properties7
Required0
TaggingSupported
Primary IDEnvironmentIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DescriptionNameNetworkFabricType

Related Resources

External Links