App Runner VPC Connector

App Runner VPC Connector in AWS allows an App Runner service to securely connect to resources inside a VPC. It provides private networking capabilities so that applications can access databases, caches, or other services that are not publicly accessible. This enables tighter security and controlled communication between App Runner services and internal AWS resources.

aws.apprunner_vpc_connector

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
created_atcoretimestampThe time when the VPC connector was created. It's in Unix time stamp format.
deleted_atcoretimestampThe time when the VPC connector was deleted. It's in Unix time stamp format.
security_groupscorearray<string>A list of IDs of security groups that App Runner uses for access to Amazon Web Services 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.
statuscorestringThe current state of the VPC connector. If the status of a connector revision is INACTIVE, it was deleted and can't be used. Inactive connector revisions are permanently removed some time after they are deleted.
subnetscorearray<string>A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.
tagscorehstore
vpc_connector_arncorestringThe Amazon Resource Name (ARN) of this VPC connector.
vpc_connector_namecorestringThe customer-provided VPC connector name.
vpc_connector_revisioncoreint64The revision of this VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name. At this time, App Runner supports only one revision per name.