Amazon PrivateLink · Example Payload

Amazon Privatelink Modify Vpc Endpoint Request Example

NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

Amazon Privatelink Modify Vpc Endpoint Request 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

VpcEndpointIdResetPolicyPolicyDocument

Example Payload

Raw ↑
{
  "VpcEndpointId": "vpce-614307",
  "ResetPolicy": true,
  "PolicyDocument": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Action\":\"*\",\"Effect\":\"Allow\",\"Resource\":\"*\",\"Principal\":\"*\"}]}"
}