Amazon App Mesh · Schema

QueryParameterMatch

An object representing the query parameter to match.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
exact object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-queryparametermatch-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "QueryParameterMatch",
  "description": "An object representing the query parameter to match.",
  "type": "object",
  "properties": {
    "exact": {}
  }
}