Amazon PrivateLink · Example Payload

Amazon Privatelink Modify Vpc Endpoint Service Permissions Request Example

NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

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

ServiceIdAddAllowedPrincipalsRemoveAllowedPrincipals

Example Payload

Raw ↑
{
  "ServiceId": "vpce-136390",
  "AddAllowedPrincipals": [
    "example-AddAllowedPrincipals_item"
  ],
  "RemoveAllowedPrincipals": [
    "example-RemoveAllowedPrincipals_item"
  ]
}