Amazon PrivateLink · Example Payload

Amazon Privatelink Vpc Endpoint Example

NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

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

Top-level fields

VpcEndpointIdVpcEndpointTypeVpcIdServiceNameStatePolicyDocumentSubnetIdsNetworkInterfaceIdsDnsEntries

Example Payload

Raw ↑
{
  "VpcEndpointId": "vpce-926182",
  "VpcEndpointType": "Interface",
  "VpcId": "vpce-658466",
  "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-abc123",
  "State": "Deleted",
  "PolicyDocument": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":\"*\",\"Effect\":\"Allow\",\"Resource\":\"*\",\"Principal\":\"*\"}]}",
  "SubnetIds": [
    "vpce-161150"
  ],
  "NetworkInterfaceIds": [
    "vpce-540255"
  ],
  "DnsEntries": [
    {
      "DnsName": "com.amazonaws.vpce.us-east-1.vpce-svc-abc123",
      "HostedZoneId": "vpce-770742"
    }
  ]
}