AWS::RefactorSpaces::ServiceDefinition of AWS::RefactorSpaces::Service Resource Type
9 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
ServiceIdentifier | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
refactor-spaces:CreateServicerefactor-spaces:GetServicerefactor-spaces:TagResourceec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeRouteTablesec2:CreateTagsec2:CreateTransitGatewayVpcAttachmentrefactor-spaces:GetServicerefactor-spaces:ListTagsForResourcerefactor-spaces:DeleteServicerefactor-spaces:GetServicerefactor-spaces:UntagResourceram:DisassociateResourceShareec2:DescribeNetworkInterfacesec2:DescribeRouteTablesec2:DescribeTransitGatewayVpcAttachmentsec2:DescribeSecurityGroupsrefactor-spaces:ListServicesrefactor-spaces:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterEnvironmentIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionEndpointTypeEnvironmentIdentifierApplicationIdentifierLambdaEndpointNameUrlEndpointVpcId