50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

paws.networking (version 0.1.11)

apigatewayv2_get_vpc_link: Gets a VPC link

Description

Gets a VPC link.

Usage

apigatewayv2_get_vpc_link(VpcLinkId)

Arguments

VpcLinkId

[required] The ID of the VPC link.

Value

A list with the following syntax:

list(
  CreatedDate = as.POSIXct(
    "2015-01-01"
  ),
  Name = "string",
  SecurityGroupIds = list(
    "string"
  ),
  SubnetIds = list(
    "string"
  ),
  Tags = list(
    "string"
  ),
  VpcLinkId = "string",
  VpcLinkStatus = "PENDING"|"AVAILABLE"|"DELETING"|"FAILED"|"INACTIVE",
  VpcLinkStatusMessage = "string",
  VpcLinkVersion = "V2"
)

Request syntax

svc$get_vpc_link(
  VpcLinkId = "string"
)