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

VirtualGatewayListener

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

An object that represents a listener for a virtual gateway.

interface VirtualGatewayListener {
connectionPool?: VirtualGatewayConnectionPool | null;
healthCheck?: VirtualGatewayHealthCheckPolicy | null;
}

§Properties

§
connectionPool?: VirtualGatewayConnectionPool | null
[src]

The connection pool information for the virtual gateway listener.

§

The health check information for the listener.

§

The port mapping information for the listener.

§

A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.