AWS App Mesh · JSON Structure

App Mesh Query Parameter Match Structure

An object representing the query parameter to match.

Type: object Properties: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

QueryParameterMatch is a JSON Structure definition published by AWS App Mesh, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

exact

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "exact": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The exact query parameter to match on."
        }
      ]
    }
  },
  "description": "An object representing the query parameter to match.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-query-parameter-match-structure.json",
  "name": "QueryParameterMatch"
}