Gets a specified VPC link under the caller's account in a region
Gets a specified VPC link under the caller's account in a region.
apigateway_get_vpc_link(vpcLinkId)
vpcLinkId |
[required] [Required] The identifier of the VpcLink. It is used in an Integration to reference this VpcLink. |
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" ) )
svc$get_vpc_link( vpcLinkId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.