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

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

Properties

Subnets string[] required

A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.

minItems=1uniqueItems=true
VpcConnectorName string | Aws_CF_FunctionString

A name for the VPC connector. If you don't specify a name, AWS CloudFormation generates a name for your VPC connector.

SecurityGroups string[]

A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.

uniqueItems=true
Tags Tag[]

A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.

Definitions

Tag object
Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString