Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apprunner-vpcingressconnection.json
Parent schema serverless-framework-configuration
Type: object

The AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apprunner.git

Properties

ServiceArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the service.

IngressVpcConfiguration object required

The configuration of customer’s VPC and related VPC endpoint

2 nested properties
VpcId string | Aws_CF_FunctionString required

The ID of the VPC that the VPC endpoint is used in.

VpcEndpointId string | Aws_CF_FunctionString required

The ID of the VPC endpoint that your App Runner service connects to.

VpcIngressConnectionName string | Aws_CF_FunctionString

The customer-provided Vpc Ingress Connection name.

Tags Tag[]

Definitions

IngressVpcConfiguration object

The configuration of customer’s VPC and related VPC endpoint

VpcId string | Aws_CF_FunctionString required

The ID of the VPC that the VPC endpoint is used in.

VpcEndpointId string | Aws_CF_FunctionString required

The ID of the VPC endpoint that your App Runner service connects to.

Tag object
Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString