Amazon App Mesh · Schema

RouteStatus

An object that represents the current status of a route.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

amazon-app-mesh-routestatus-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RouteStatus",
  "description": "An object that represents the current status of a route.",
  "type": "object",
  "properties": {
    "status": {}
  },
  "required": [
    "status"
  ]
}