--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apprunner_vpc_connector Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::AppRunner::VpcConnector resource specifies an App Runner VpcConnector. --- # awscc_apprunner_vpc_connector (Resource) The AWS::AppRunner::VpcConnector resource specifies an App Runner VpcConnector. ## Schema ### Required - `subnets` (Set of String) 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. ### Optional - `security_groups` (Set of 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. - `tags` (Attributes List) A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair. (see [below for nested schema](#nestedatt--tags)) - `vpc_connector_name` (String) A name for the VPC connector. If you don't specify a name, AWS CloudFormation generates a name for your VPC connector. ### Read-Only - `id` (String) Uniquely identifies the resource. - `vpc_connector_arn` (String) The Amazon Resource Name (ARN) of this VPC connector. - `vpc_connector_revision` (Number) The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_apprunner_vpc_connector.example ```