Amazon App Mesh · Schema

RouteSpec

An object that represents a route specification. Specify one route type.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
grpcRoute object
http2Route object
httpRoute object
priority object
tcpRoute object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-routespec-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RouteSpec",
  "description": "An object that represents a route specification. Specify one route type.",
  "type": "object",
  "properties": {
    "grpcRoute": {},
    "http2Route": {},
    "httpRoute": {},
    "priority": {},
    "tcpRoute": {}
  }
}