{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VpcConnector", "description": "

Describes an App Runner VPC connector resource. A VPC connector describes the Amazon Virtual Private Cloud (Amazon VPC) that an App Runner service is associated with, and the subnets and security group that are used.

Multiple revisions of a connector might have the same Name and different Revision values.

At this time, App Runner supports only one revision per name.

", "type": "object", "properties": { "VpcConnectorName": {}, "VpcConnectorArn": {}, "VpcConnectorRevision": {}, "Subnets": {}, "SecurityGroups": {}, "Status": {}, "CreatedAt": {}, "DeletedAt": {} } }