Gets a VPC link
Gets a VPC link.
apigatewayv2_get_vpc_link(VpcLinkId)
VpcLinkId |
[required] The ID of the VPC link. |
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" )
svc$get_vpc_link( VpcLinkId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.