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

VirtualGatewaySpec

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

An object that represents the specification of a service mesh resource.

interface VirtualGatewaySpec {
backendDefaults?: VirtualGatewayBackendDefaults | null;
logging?: VirtualGatewayLogging | null;
}

§Properties

§
backendDefaults?: VirtualGatewayBackendDefaults | null
[src]

A reference to an object that represents the defaults for backends.

§

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