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

VirtualServiceBackend

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

An object that represents a virtual service backend for a virtual node.

interface VirtualServiceBackend {
clientPolicy?: ClientPolicy | null;
virtualServiceName: string;
}

§Properties

§
clientPolicy?: ClientPolicy | null
[src]

A reference to an object that represents the client policy for a backend.

§
virtualServiceName: string
[src]

The name of the virtual service that is acting as a virtual node backend.