AWS Fundamentals Logo
AWS Fundamentals
AWS::AppRunner::VpcIngressConnection

AppRunner VpcIngressConnection

The AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
IngressVpcConfiguration
IngressVpcConfiguration
Required
ServiceArn
string
RequiredCreate-only
Tags
Array<Tag>
Create-onlyWrite-only
VpcIngressConnectionName
string
Create-only

Return Values

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

AttributeTypeDescription
DomainNamestringThe Domain name associated with the VPC Ingress Connection.
StatusstringThe current status of the VpcIngressConnection.
VpcIngressConnectionArnstringThe Amazon Resource Name (ARN) of the VpcIngressConnection.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

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

create

apprunner:CreateVpcIngressConnectionapprunner:DescribeVpcIngressConnectionec2:DescribeVpcsec2:DescribeVpcEndpointsec2:DescribeSubnetsapprunner:TagResource

read

apprunner:DescribeVpcIngressConnection

update

apprunner:UpdateVpcIngressConnectionapprunner:DescribeVpcIngressConnectionec2:DescribeVpcsec2:DescribeVpcEndpointsec2:DescribeSubnets

delete

apprunner:DeleteVpcIngressConnectionapprunner:DescribeVpcIngressConnection

list

apprunner:ListVpcIngressConnections

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

ServiceAppRunner
Properties7
Required2
TaggingSupported
Primary IDVpcIngressConnectionArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

VpcIngressConnectionNameServiceArnTags

External Links