Amazon PrivateLink · JSON Structure

Amazon Privatelink Create Vpc Endpoint Result Structure

CreateVpcEndpointResult schema from Amazon PrivateLink API

Type: object Properties: 1
NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

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

Properties

VpcEndpoint

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-create-vpc-endpoint-result-structure.json",
  "name": "CreateVpcEndpointResult",
  "description": "CreateVpcEndpointResult schema from Amazon PrivateLink API",
  "type": "object",
  "properties": {
    "VpcEndpoint": {
      "$ref": "#/components/schemas/VpcEndpoint"
    }
  }
}