AWS App Mesh · JSON Structure

App Mesh Tcp Route Match Structure

An object representing the TCP route to match.

Type: object Properties: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Properties

port

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "port": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListenerPort"
        },
        {
          "description": "The port number to match on."
        }
      ]
    }
  },
  "description": "An object representing the TCP route to match.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-tcp-route-match-structure.json",
  "name": "TcpRouteMatch"
}