Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VirtualRouterSpec

import type { VirtualRouterSpec } from "https://aws-api.deno.dev/v0.3/services/appmesh.ts?docs=full";

An object that represents the specification of a virtual router.

interface VirtualRouterSpec {
listeners?: VirtualRouterListener[] | null;
}

§Properties

§
listeners?: VirtualRouterListener[] | null
[src]

The listeners that the virtual router is expected to receive inbound traffic from. You can specify one listener.