TrafficFilterClaimedLinkIdRequestedit

The specification for traffic filter claimed link id.

Propertiesedit

azure_endpoint_guid (string)
Resource GUID of the Azure Private Endpoint to allow connections from
azure_endpoint_name (string)
Name of the Azure Private Endpoint to allow connections from
link_id (string)
Link id. A GCP private service connect ID or AWS VPC endpoint ID
region (string, required)
The claimed link id can be used only for traffic filter in the specific region

Exampleedit

{
   "azure_endpoint_guid" : "string",
   "azure_endpoint_name" : "string",
   "link_id" : "string",
   "region" : "string"
}