Amazon PrivateLink · JSON Structure

Amazon Privatelink Describe Vpc Endpoint Services Result Structure

DescribeVpcEndpointServicesResult schema from Amazon PrivateLink API

Type: object Properties: 3
NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

DescribeVpcEndpointServicesResult is a JSON Structure definition published by Amazon PrivateLink, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ServiceNames ServiceDetails NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-privatelink/refs/heads/main/json-structure/amazon-privatelink-describe-vpc-endpoint-services-result-structure.json",
  "name": "DescribeVpcEndpointServicesResult",
  "description": "DescribeVpcEndpointServicesResult schema from Amazon PrivateLink API",
  "type": "object",
  "properties": {
    "ServiceNames": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of supported service names"
    },
    "ServiceDetails": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ServiceDetail"
      }
    },
    "NextToken": {
      "type": "string",
      "description": "Token for next page of results"
    }
  }
}