AWS App Mesh · Schema

Backends

Backends schema from AWS App Mesh

DeprecatedEnvoyMicroservicesNetworkingService Mesh
View JSON Schema on GitHub

JSON Schema

app-mesh-backends-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "virtualService": {
        "allOf": [
          {
            "$ref": "#/components/schemas/VirtualServiceBackend"
          },
          {
            "description": "Specifies a virtual service to use as a backend. "
          }
        ]
      }
    },
    "description": "An object that represents the backends that a virtual node is expected to send outbound traffic to."
  },
  "$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-backends-schema.json",
  "title": "Backends",
  "description": "Backends schema from AWS App Mesh"
}