Amazon App Mesh · Schema

GatewayRouteStatus

An object that represents the current status of a gateway route.

MicroservicesNetworkingService Mesh

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

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