Amazon PrivateLink · Example Payload

Amazon Privatelink Describe Vpc Endpoint Services Result Example

NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

Amazon Privatelink Describe Vpc Endpoint Services Result Example is an example object payload from Amazon PrivateLink, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ServiceNamesServiceDetailsNextToken

Example Payload

Raw ↑
{
  "ServiceNames": [
    "com.amazonaws.vpce.us-east-1.vpce-svc-abc123"
  ],
  "ServiceDetails": [
    "example-ServiceDetails_item"
  ],
  "NextToken": "example-NextToken"
}