AWS App Mesh · Schema

UpdateRouteInput

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
clientToken object
spec object
View JSON Schema on GitHub

JSON Schema

app-mesh-update-route-input-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "clientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed."
        }
      ]
    },
    "spec": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RouteSpec"
        },
        {
          "description": "The new route specification to apply. This overwrites the existing data."
        }
      ]
    }
  },
  "required": [
    "spec"
  ],
  "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-update-route-input-schema.json",
  "title": "UpdateRouteInput"
}