/v2/vpclinks
POST
/v2/vpclinks
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v2/vpclinks' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"securityGroupIds": [
"string"
],
"subnetIds": [
"string"
],
"tags": {
"property1": "string",
"property2": "string"
}
}'
Response Response Example
201 - Example 1
{
"CreatedDate": "string",
"Name": "string",
"SecurityGroupIds": [],
"SubnetIds": [],
"Tags": {
"property1": "string",
"property2": "string"
},
"VpcLinkId": "string",
"VpcLinkStatus": "PENDING",
"VpcLinkStatusMessage": "string",
"VpcLinkVersion": "V2"
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 05:49:07