Amazon PrivateLink · Example Payload

Amazon Privatelink Create Vpc Endpoint Request Example

NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

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

Top-level fields

VpcIdServiceNameVpcEndpointTypeSubnetIdSecurityGroupIdPolicyDocumentPrivateDnsEnabled

Example Payload

Raw ↑
{
  "VpcId": "vpce-188744",
  "ServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-abc123",
  "VpcEndpointType": "Gateway",
  "SubnetId": [
    "vpce-759591"
  ],
  "SecurityGroupId": [
    "vpce-858581"
  ],
  "PolicyDocument": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":\"*\",\"Effect\":\"Allow\",\"Resource\":\"*\",\"Principal\":\"*\"}]}",
  "PrivateDnsEnabled": true
}