Amazon App Mesh · Schema

TcpRouteMatch

An object representing the TCP route to match.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
port object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-tcproutematch-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TcpRouteMatch",
  "description": "An object representing the TCP route to match.",
  "type": "object",
  "properties": {
    "port": {}
  }
}