AWS App Mesh · JSON Structure

App Mesh Virtual Router Spec Structure

An object that represents the specification of a virtual router.

Type: object Properties: 1
DeprecatedEnvoyMicroservicesNetworkingService Mesh

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

Properties

listeners

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "listeners": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualRouterListeners"
        },
        {
          "description": "The listeners that the virtual router is expected to receive inbound traffic from. You can specify one listener."
        }
      ]
    }
  },
  "description": "An object that represents the specification of a virtual router.",
  "$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-virtual-router-spec-structure.json",
  "name": "VirtualRouterSpec"
}