Amazon App Mesh · Schema

GrpcRouteMatch

An object that represents the criteria for determining a request match.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
metadata object
methodName object
port object
serviceName object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-grpcroutematch-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GrpcRouteMatch",
  "description": "An object that represents the criteria for determining a request match.",
  "type": "object",
  "properties": {
    "metadata": {},
    "methodName": {},
    "port": {},
    "serviceName": {}
  }
}