AWS App Mesh · Schema

CreateRouteOutput

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
route object
View JSON Schema on GitHub

JSON Schema

app-mesh-create-route-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "route": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RouteData"
        },
        {
          "description": "The full description of your mesh following the create call."
        }
      ]
    }
  },
  "required": [
    "route"
  ],
  "description": "<zonbook></zonbook><xhtml></xhtml>",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-create-route-output-schema.json",
  "title": "CreateRouteOutput"
}