HeaderMatchMethod is a JSON Structure definition published by AWS App Mesh, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"properties": {
"exact": {
"allOf": [
{
"$ref": "#/components/schemas/HeaderMatch"
},
{
"description": "The value sent by the client must match the specified value exactly."
}
]
},
"prefix": {
"allOf": [
{
"$ref": "#/components/schemas/HeaderMatch"
},
{
"description": "The value sent by the client must begin with the specified characters."
}
]
},
"range": {
"allOf": [
{
"$ref": "#/components/schemas/MatchRange"
},
{
"description": "An object that represents the range of values to match on."
}
]
},
"regex": {
"allOf": [
{
"$ref": "#/components/schemas/HeaderMatch"
},
{
"description": "The value sent by the client must include the specified characters."
}
]
},
"suffix": {
"allOf": [
{
"$ref": "#/components/schemas/HeaderMatch"
},
{
"description": "The value sent by the client must end with the specified characters."
}
]
}
},
"description": "An object that represents the method and value to match with the header value sent in a request. Specify one match method.",
"$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-header-match-method-structure.json",
"name": "HeaderMatchMethod"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.