Get Vpc Link
apigateway_get_vpc_link | R Documentation |
Gets a specified VPC link under the caller's account in a region¶
Description¶
Gets a specified VPC link under the caller's account in a region.
Usage¶
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"
)
)