AWS::RefactorSpaces::ApplicationDefinition of AWS::RefactorSpaces::Application Resource Type
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EnvironmentIdentifier | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
ProxyType | string | RequiredCreate-only |
VpcId | string | RequiredCreate-only |
ApiGatewayProxy | ApiGatewayProxyInput | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApiGatewayId | string | - |
ApplicationIdentifier | string | - |
Arn | string | - |
NlbArn | string | - |
NlbName | string | - |
ProxyUrl | string | - |
StageName | string | - |
VpcLinkId | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
refactor-spaces:GetApplicationrefactor-spaces:CreateApplicationrefactor-spaces:TagResourceec2:CreateTagsec2:CreateVpcEndpointServiceConfigurationec2:DescribeVpcsec2:DescribeSubnetsec2:DescribeVpcEndpointServiceConfigurationsrefactor-spaces:GetApplicationrefactor-spaces:ListTagsForResourcerefactor-spaces:GetApplicationrefactor-spaces:DeleteApplicationrefactor-spaces:UntagResourceec2:DescribeVpcEndpointServiceConfigurationsec2:DeleteRouteec2:DeleteSecurityGroupec2:DeleteTransitGatewayec2:DeleteTransitGatewayVpcAttachmentrefactor-spaces:ListApplicationsrefactor-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.
ApiGatewayProxyEnvironmentIdentifierNameProxyTypeVpcId