---
type: resource-type
title: VpcConnector
description: aws resource type AWS::AppRunner::VpcConnector
name: VpcConnector
lexicon: aws
resource_type: AWS::AppRunner::VpcConnector
---
`AWS::AppRunner::VpcConnector`, a resource type of the aws lexicon.

## 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.
- `SecurityGroups` (`string[]`, optional): 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.
- `Tags` (`VpcConnector_Tag[]`, optional): A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.
- `VpcConnectorArn` (`string`, optional): The Amazon Resource Name (ARN) of this VPC connector.
- `VpcConnectorName` (`string`, optional): A name for the VPC connector. If you don't specify a name, AWS CloudFormation generates a name for your VPC connector.
- `VpcConnectorRevision` (`number`, optional): The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.

## Attributes

- `VpcConnectorArn`
- `VpcConnectorRevision`
