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

Backend

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

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

interface Backend {
virtualService?: VirtualServiceBackend | null;
}

§Properties

§
virtualService?: VirtualServiceBackend | null
[src]

Specifies a virtual service to use as a backend.