Creates a VPC link.
post/v2/vpclinks
Request body
namestring required
A string with a length between [1-128].
securityGroupIdsString[]
A list of security group IDs for the VPC link.
subnetIdsString[] required
A list of subnet IDs to include in the VPC link.
tagsobject
Represents a collection of tags associated with the resource.
Response
Success
CreatedDatestring date-time
The timestamp when the VPC link was created.
Namestring
The name of the VPC link.
SecurityGroupIdsString[]
A list of security group IDs for the VPC link.
SubnetIdsString[]
A list of subnet IDs to include in the VPC link.
Tagsobject
Tags for the VPC link.
VpcLinkIdstring
The ID of the VPC link.
VpcLinkStatus'PENDING' | 'AVAILABLE' | 'DELETING' | 'FAILED' | 'INACTIVE'
The status of the VPC link.
VpcLinkStatusMessagestring
A message summarizing the cause of the status of the VPC link.
VpcLinkVersion'V2'
The version of the VPC link.