Amazon PrivateLink · Schema

CreateVpcEndpointResult

CreateVpcEndpointResult schema from Amazon PrivateLink API

NetworkingPrivate ConnectivitySecurityVPCZero TrustEndpoint Services

Properties

Name Type Description
VpcEndpoint object
View JSON Schema on GitHub

JSON Schema

amazon-privatelink-create-vpc-endpoint-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-privatelink/refs/heads/main/json-schema/amazon-privatelink-create-vpc-endpoint-result-schema.json",
  "title": "CreateVpcEndpointResult",
  "description": "CreateVpcEndpointResult schema from Amazon PrivateLink API",
  "type": "object",
  "properties": {
    "VpcEndpoint": {
      "$ref": "#/components/schemas/VpcEndpoint"
    }
  }
}