Service

Update an AWS Privatelink Endpoint Service

put/project/{project}/service/{service_name}/privatelink/aws

Path parameters

projectstring required

Project name

service_namestring required

Service name

Request body

principalsstring[]

ARNs of principals allowed connecting to the service

supported_regionsstring[]

List of AWS regions to allow cross-region privatelink connections from

Response

Response

aws_service_idstring

AWS VPC endpoint service ID

aws_service_namestring

AWS VPC endpoint service name

messagestring

Printable result of the request

principalsstring[] required

ARNs of principals allowed connecting to the service

state'creating' | 'active' | 'deleting' required

Privatelink resource state

supported_regionsstring[]

Allow new connections to the endpoint from these regions, in addition to the region the endpoint is in

Changes

Changed in 2 of the 14 revisions of this API.3

    • added the optional property supported_regions to the response with the 200 status

      response-optional-property-added

    • added the new optional request property supported_regions

      new-optional-request-property

    • the request property principals became optional

      request-property-became-optional