AWS App Mesh · Schema

Backend

An object that represents the backends that a virtual node is expected to send outbound traffic to.

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
virtualService object
View JSON Schema on GitHub

JSON Schema

app-mesh-backend-schema.json Raw ↑
{
  "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-backend-schema.json",
  "title": "Backend"
}