Amazon App Mesh · Schema

HttpRouteHeader

An object that represents the HTTP header in the request.

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

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