Amazon PrivateLink · Example Payload

Amazon Privatelink Service Detail Example

NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

Amazon Privatelink Service Detail Example is an example object payload from Amazon PrivateLink, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ServiceNameServiceIdServiceTypeAvailabilityZonesOwnerBaseEndpointDnsNamesPrivateDnsNameAcceptanceRequired

Example Payload

Raw ↑
{
  "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-abc123",
  "ServiceId": "vpce-364779",
  "ServiceType": [
    {}
  ],
  "AvailabilityZones": [
    "us-east-1a"
  ],
  "Owner": "123456789012",
  "BaseEndpointDnsNames": [
    "com.amazonaws.vpce.us-east-1.vpce-svc-abc123"
  ],
  "PrivateDnsName": "com.amazonaws.vpce.us-east-1.vpce-svc-abc123",
  "AcceptanceRequired": true
}