Learn R Programming

paws.networking (version 0.2.0)

apigatewayv2_create_vpc_link: Creates a VPC link

Description

Creates a VPC link.

See https://paws-r.github.io/docs/apigatewayv2/create_vpc_link.html for full documentation.

Usage

apigatewayv2_create_vpc_link(
  Name,
  SecurityGroupIds = NULL,
  SubnetIds,
  Tags = NULL
)

Arguments

Name

[required] The name of the VPC link.

SecurityGroupIds

A list of security group IDs for the VPC link.

SubnetIds

[required] A list of subnet IDs to include in the VPC link.

Tags

A list of tags.