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

LoadBalancerDescription

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

Describes the details of a LoadBalancer.

interface LoadBalancerDescription {
Domain?: string | null;
Listeners: Listener[];
LoadBalancerName?: string | null;
}

§Properties

§
Domain?: string | null
[src]

The domain name of the LoadBalancer.

§
Listeners: Listener[]
[src]

A list of Listeners used by the LoadBalancer.

§
LoadBalancerName?: string | null
[src]

The name of the LoadBalancer.