AWS App Mesh · JSON Structure

App Mesh Backends Structure

Backends schema from AWS App Mesh

Type: array Properties: 0
DeprecatedEnvoyMicroservicesNetworkingService Mesh

Backends is a JSON Structure definition published by AWS App Mesh. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-backends-structure.json",
  "name": "Backends",
  "description": "Backends schema from AWS App Mesh"
}