AWS::AppRunner::VpcIngressConnectionThe AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IngressVpcConfiguration | IngressVpcConfiguration | Required |
ServiceArn | string | RequiredCreate-only |
Tags | Array<Tag> | Create-onlyWrite-only |
VpcIngressConnectionName | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DomainName | string | The Domain name associated with the VPC Ingress Connection. |
Status | string | The current status of the VpcIngressConnection. |
VpcIngressConnectionArn | string | The Amazon Resource Name (ARN) of the VpcIngressConnection. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppRunner::VpcIngressConnection
Resources:
MyResource:
Type: AWS::AppRunner::VpcIngressConnection
Properties:
ServiceArn: "arn:aws:service:region:account:resource"
IngressVpcConfiguration: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
apprunner:CreateVpcIngressConnectionapprunner:DescribeVpcIngressConnectionec2:DescribeVpcsec2:DescribeVpcEndpointsec2:DescribeSubnetsapprunner:TagResourceapprunner:DescribeVpcIngressConnectionapprunner:UpdateVpcIngressConnectionapprunner:DescribeVpcIngressConnectionec2:DescribeVpcsec2:DescribeVpcEndpointsec2:DescribeSubnetsapprunner:DeleteVpcIngressConnectionapprunner:DescribeVpcIngressConnectionapprunner:ListVpcIngressConnectionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterVpcIngressConnectionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
VpcIngressConnectionNameServiceArnTags