AWS App Mesh · JSON Structure

App Mesh Update Route Output Structure

Type: object Properties: 1 Required: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

UpdateRouteOutput 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

route

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "route": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RouteData"
        },
        {
          "description": "A full description of the route that was updated."
        }
      ]
    }
  },
  "required": [
    "route"
  ],
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "$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-update-route-output-structure.json",
  "name": "UpdateRouteOutput"
}