HttpGatewayRouteHeader is a JSON Structure definition published by AWS App Mesh, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"properties": {
"invert": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Specify <code>True</code> to match anything except the match criteria. The default value is <code>False</code>."
}
]
},
"match": {
"allOf": [
{
"$ref": "#/components/schemas/HeaderMatchMethod"
},
{
"description": "An object that represents the method and value to match with the header value sent in a request. Specify one match method."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/HeaderName"
},
{
"description": "A name for the HTTP header in the gateway route that will be matched on."
}
]
}
},
"required": [
"name"
],
"description": "An object that represents the HTTP header in the gateway route.",
"$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-http-gateway-route-header-structure.json",
"name": "HttpGatewayRouteHeader"
}
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.