Skip to content

Resource: awsApprunnerVpcConnector

Manages an App Runner VPC Connector.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.apprunnerVpcConnector.ApprunnerVpcConnector(this, "connector", {
  securityGroups: ["sg1", "sg2"],
  subnets: ["subnet1", "subnet2"],
  vpcConnectorName: "name",
});

Argument Reference

The following arguments supported:

  • vpcConnectorName - (Required) Name for the VPC connector.
  • subnets (Required) 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 - 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 - (Optional) Key-value map of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of VPC connector.
  • status - 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.
  • vpcConnectorRevision - The revision of VPC connector. It's unique among all the active connectors ("Status": "ACTIVE") that share the same Name.
  • tagsAll - Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Import

App Runner vpc connector can be imported by using the arn, e.g.,

$ terraform import aws_apprunner_vpc_connector.example arn:aws:apprunner:us-east-1:1234567890:vpcconnector/example/1/0a03292a89764e5882c41d8f991c82fe