Amazon App Mesh · Schema

GatewayRouteSpec

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

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

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