AWS App Mesh · Schema

PortProtocol

PortProtocol schema from AWS App Mesh

DeprecatedEnvoyMicroservicesNetworkingService Mesh
View JSON Schema on GitHub

JSON Schema

app-mesh-port-protocol-schema.json Raw ↑
{
  "type": "string",
  "enum": [
    "http",
    "tcp",
    "http2",
    "grpc"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-port-protocol-schema.json",
  "title": "PortProtocol",
  "description": "PortProtocol schema from AWS App Mesh"
}