AWS App Mesh · Schema

VirtualRouterSpec

An object that represents the specification of a virtual router.

DeprecatedEnvoyMicroservicesNetworkingService Mesh

Properties

Name Type Description
listeners object
View JSON Schema on GitHub

JSON Schema

app-mesh-virtual-router-spec-schema.json 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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-virtual-router-spec-schema.json",
  "title": "VirtualRouterSpec"
}