Amazon App Mesh · Schema

HttpRoute

An object that represents an HTTP or HTTP/2 route type.

MicroservicesNetworkingService Mesh

Properties

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

JSON Schema

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