AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AppRunner::VpcIngressConnection

CfnVpcIngressConnection

Specify an AWS App Runner VPC Ingress Connection by using the `AWS::AppRunner::VpcIngressConnection` resource in an AWS CloudFormation template. The `AWS::AppRunner::VpcIngressConnection` resource is an AWS App Runner resource type that specifies an App Runner VPC Ingress Connection. App Runner requires this resource when you want to associate your App Runner service to an Amazon VPC endpoint.

Import

import { CfnVpcIngressConnection } from 'aws-cdk-lib/aws-apprunner';

Or use the module namespace:

import * as apprunner from 'aws-cdk-lib/aws-apprunner';
// apprunner.CfnVpcIngressConnection

Properties

Configuration passed to the constructor as CfnVpcIngressConnectionProps.

ingressVpcConfigurationRequired
IResolvable | IngressVpcConfigurationProperty

Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.

serviceArnRequired
string

The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.

tagsOptional
CfnTag[]

An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.

vpcIngressConnectionNameOptional
string

The customer-provided VPC Ingress Connection name.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-apprunner
CFN TypeAWS::AppRunner::VpcIngressConnection
Properties4

External Links