Amazon App Mesh · JSON Structure

Amazon App Mesh Httproutematch Structure

Type: record Properties: 0
MicroservicesNetworkingService Mesh

HttpRouteMatch is a JSON Structure definition published by Amazon App Mesh. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "HttpRouteMatch",
  "type": "record",
  "fields": [
    {
      "name": "headers",
      "type": "string"
    },
    {
      "name": "method",
      "type": "string"
    },
    {
      "name": "path",
      "type": "string"
    },
    {
      "name": "port",
      "type": "string"
    },
    {
      "name": "prefix",
      "type": "string"
    },
    {
      "name": "queryParameters",
      "type": "string"
    },
    {
      "name": "scheme",
      "type": "string"
    }
  ]
}