security
Create a VPC Private Endpoint
Configure a new private endpoint for the App.
post/groups/{groupId}/apps/{appId}/security/private_endpoints
Request body
Example request
{
"cloud_provider_region": "aws-us-east-1",
"cloud_provider_endpoint_id": "vpce-12345678",
"endpoint_type": "sync"
}Response
Created
Example response
{
"cloud_provider_region": "aws-us-east-1",
"cloud_provider_endpoint_id": "vpce-12345678",
"endpoint_type": "sync"
}