apprunner_create_vpc_connector: Create an App Runner VPC connector resource

View source: R/apprunner_operations.R

apprunner_create_vpc_connectorR Documentation

Create an App Runner VPC connector resource

Description

Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).

See https://www.paws-r-sdk.com/docs/apprunner_create_vpc_connector/ for full documentation.

Usage

apprunner_create_vpc_connector(
  VpcConnectorName,
  Subnets,
  SecurityGroups = NULL,
  Tags = NULL
)

Arguments

VpcConnectorName

[required] A name for the VPC connector.

Subnets

[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.

App Runner currently only provides support for IPv4.

SecurityGroups

A list of IDs of security groups that App Runner should use 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.

Tags

A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.