Amazon PrivateLink · JSON Structure

Amazon Privatelink Delete Vpc Endpoint Service Configurations Request Structure

DeleteVpcEndpointServiceConfigurationsRequest schema from Amazon PrivateLink API

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

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

Properties

ServiceId

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-delete-vpc-endpoint-service-configurations-request-structure.json",
  "name": "DeleteVpcEndpointServiceConfigurationsRequest",
  "description": "DeleteVpcEndpointServiceConfigurationsRequest schema from Amazon PrivateLink API",
  "type": "object",
  "properties": {
    "ServiceId": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "IDs of endpoint services to delete"
    }
  },
  "required": [
    "ServiceId"
  ]
}