Learn R Programming

paws.networking (version 0.1.9)

apigatewayv2_update_vpc_link: Updates a VPC link

Description

Updates a VPC link.

Usage

apigatewayv2_update_vpc_link(Name, VpcLinkId)

Arguments

Name

The name of the VPC link.

VpcLinkId

[required] The ID of the VPC link.

Request syntax

svc$update_vpc_link(
  Name = "string",
  VpcLinkId = "string"
)