get_vpc_link
(**kwargs)¶Gets a VPC link.
See also: AWS API Documentation
Request Syntax
response = client.get_vpc_link(
VpcLinkId='string'
)
[REQUIRED]
The ID of the VPC link.
{
'CreatedDate': datetime(2015, 1, 1),
'Name': 'string',
'SecurityGroupIds': [
'string',
],
'SubnetIds': [
'string',
],
'Tags': {
'string': 'string'
},
'VpcLinkId': 'string',
'VpcLinkStatus': 'PENDING'|'AVAILABLE'|'DELETING'|'FAILED'|'INACTIVE',
'VpcLinkStatusMessage': 'string',
'VpcLinkVersion': 'V2'
}
Response Structure
Success
The timestamp when the VPC link was created.
The name of the VPC link.
A list of security group IDs for the VPC link.
A list of subnet IDs to include in the VPC link.
Tags for the VPC link.
A string with a length between [0-1600].
The ID of the VPC link.
The status of the VPC link.
A message summarizing the cause of the status of the VPC link.
The version of the VPC link.
Exceptions
ApiGatewayV2.Client.exceptions.NotFoundException
ApiGatewayV2.Client.exceptions.TooManyRequestsException