AWS App Mesh · JSON Structure

App Mesh Gateway Route Status Structure

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

Type: object Properties: 1 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

GatewayRouteStatus is a JSON Structure definition published by AWS App Mesh, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GatewayRouteStatusCode"
        },
        {
          "description": "The current status for the gateway route."
        }
      ]
    }
  },
  "required": [
    "status"
  ],
  "description": "An object that represents the current status of a gateway route.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-gateway-route-status-structure.json",
  "name": "GatewayRouteStatus"
}