Amazon App Mesh · Schema

HeaderMatchMethod

An object that represents the method and value to match with the header value sent in a request. Specify one match method.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
exact object
prefix object
range object
regex object
suffix object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-headermatchmethod-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HeaderMatchMethod",
  "description": "An object that represents the method and value to match with the header value sent in a request. Specify one match method.",
  "type": "object",
  "properties": {
    "exact": {},
    "prefix": {},
    "range": {},
    "regex": {},
    "suffix": {}
  }
}