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

AnalysisLoadBalancerListener

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

Describes a load balancer listener.

interface AnalysisLoadBalancerListener {
InstancePort?: number | null;
LoadBalancerPort?: number | null;
}

§Properties

§
InstancePort?: number | null
[src]

[Classic Load Balancers] The back-end port for the listener.

§
LoadBalancerPort?: number | null
[src]

The port on which the load balancer is listening.