Amazon App Mesh · Example Payload

Amazon App Mesh Routespec Example

MicroservicesNetworkingService Mesh

Amazon App Mesh Routespec Example is an example object payload from Amazon App Mesh, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

grpcRoutehttp2RoutehttpRouteprioritytcpRoute

Example Payload

Raw ↑
{
  "grpcRoute": "example-grpcRoute",
  "http2Route": "example-http2Route",
  "httpRoute": "example-httpRoute",
  "priority": "example-priority",
  "tcpRoute": "example-tcpRoute"
}