AWS::AppRunner::VpcConnectorThe AWS::AppRunner::VpcConnector resource specifies an App Runner VpcConnector.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Subnets | Array<string> | RequiredCreate-only |
SecurityGroups | Array<string> | Create-only |
Tags | Array<Tag> | Create-onlyWrite-only |
VpcConnectorName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
VpcConnectorArn | string | The Amazon Resource Name (ARN) of this VPC connector. |
VpcConnectorRevision | integer | The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppRunner::VpcConnector
Resources:
MyResource:
Type: AWS::AppRunner::VpcConnector
Properties:
Subnets: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:CreateServiceLinkedRoleapprunner:CreateVpcConnectorapprunner:DescribeVpcConnectorapprunner:TagResourceec2:DescribeSubnetsec2:DescribeSecurityGroupsapprunner:DescribeVpcConnectorapprunner:DeleteVpcConnectorapprunner:ListVpcConnectorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterVpcConnectorArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
VpcConnectorNameSubnetsSecurityGroupsTags