Amazon App Mesh · Schema

HttpQueryParameter

An object that represents the query parameter in the request.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
match object
name object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-httpqueryparameter-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpQueryParameter",
  "description": "An object that represents the query parameter in the request.",
  "type": "object",
  "properties": {
    "match": {},
    "name": {}
  },
  "required": [
    "name"
  ]
}