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

ListenerDescription

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

The policies enabled for a listener.

interface ListenerDescription {
Listener?: Listener | null;
PolicyNames: string[];
}

§Properties

§
Listener?: Listener | null
[src]

The listener.

§
PolicyNames: string[]
[src]

The policies. If there are no policies enabled, the list is empty.