Amazon App Mesh · Schema

HttpGatewayRouteHeader

An object that represents the HTTP header in the gateway route.

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

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