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

Listener

import type { Listener } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

Describes the properties of a Listener for the LoadBalancer.

interface Listener {
Port?: number | null;
Protocol?: string | null;
}

§Properties

§
Port?: number | null
[src]

The port that is used by the Listener.

§
Protocol?: string | null
[src]

The protocol that is used by the Listener.