Skip to content

Get Vpc Link

apigateway_get_vpc_link R Documentation

Description

Gets a specified VPC link under the caller's account in a region.

Usage

apigateway_get_vpc_link(vpcLinkId)

Arguments

vpcLinkId

[required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

Value

A list with the following syntax:

list(
  id = "string",
  name = "string",
  description = "string",
  targetArns = list(
    "string"
  ),
  status = "AVAILABLE"|"PENDING"|"DELETING"|"FAILED",
  statusMessage = "string",
  tags = list(
    "string"
  )
)

Request syntax

svc$get_vpc_link(
  vpcLinkId = "string"
)