Amazon App Mesh · Schema

HttpGatewayRoute

An object that represents an HTTP gateway route.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
action object
match object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-httpgatewayroute-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "HttpGatewayRoute",
  "description": "An object that represents an HTTP gateway route.",
  "type": "object",
  "properties": {
    "action": {},
    "match": {}
  },
  "required": [
    "action",
    "match"
  ]
}