Subscriptions - Pro - Connectivity
Create a Private Link for a specific region
(Active-Active subscriptions only) Creates a new Private Link for a specific region.
post/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-link
Path parameters
subscriptionIdinteger required
Subscription ID.
regionIdinteger required
Region ID - required for Active-Active subscription
Request body
Example request
{
"shareName": "my-private-link-share",
"principal": "123456789012",
"type": "aws_account",
"alias": "Production Account"
}Response
No Content
Changes
Changed in 3 of the 68 revisions of this API.111
- ●
added the new
PRIVATE_LINK_PRINCIPAL_CANNOT_BE_OWNER_ACCOUNTenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 21 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲