AWS::AppRunner::VpcIngressConnectionSpecify 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 { CfnVpcIngressConnection } from 'aws-cdk-lib/aws-apprunner';Or use the module namespace:
import * as apprunner from 'aws-cdk-lib/aws-apprunner';
// apprunner.CfnVpcIngressConnectionConfiguration passed to the constructor as CfnVpcIngressConnectionProps.
ingressVpcConfigurationRequiredIResolvable | IngressVpcConfigurationPropertySpecifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.
serviceArnRequiredstringThe Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.
tagsOptionalCfnTag[]An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.
vpcIngressConnectionNameOptionalstringThe customer-provided VPC Ingress Connection name.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-apprunnerAWS::AppRunner::VpcIngressConnection