Amazon App Mesh · Schema

HttpRouteMatch

An object that represents the requirements for a route to match HTTP requests for a virtual router.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
headers object
method object
path object
port object
prefix object
queryParameters object
scheme object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-httproutematch-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpRouteMatch",
  "description": "An object that represents the requirements for a route to match HTTP requests for a virtual router.",
  "type": "object",
  "properties": {
    "headers": {},
    "method": {},
    "path": {},
    "port": {},
    "prefix": {},
    "queryParameters": {},
    "scheme": {}
  }
}