Amazon PrivateLink · JSON Structure

Amazon Privatelink Modify Vpc Endpoint Request Structure

ModifyVpcEndpointRequest schema from Amazon PrivateLink API

Type: object Properties: 3 Required: 1
NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

ModifyVpcEndpointRequest is a JSON Structure definition published by Amazon PrivateLink, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcEndpointId ResetPolicy PolicyDocument

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-privatelink/refs/heads/main/json-structure/amazon-privatelink-modify-vpc-endpoint-request-structure.json",
  "name": "ModifyVpcEndpointRequest",
  "description": "ModifyVpcEndpointRequest schema from Amazon PrivateLink API",
  "type": "object",
  "properties": {
    "VpcEndpointId": {
      "type": "string",
      "description": "ID of the endpoint to modify"
    },
    "ResetPolicy": {
      "type": "boolean",
      "description": "Reset the policy to the default"
    },
    "PolicyDocument": {
      "type": "string",
      "description": "New policy document"
    }
  },
  "required": [
    "VpcEndpointId"
  ]
}