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

AnalysisLoadBalancerTarget

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

Describes a load balancer target.

interface AnalysisLoadBalancerTarget {
Address?: string | null;
AvailabilityZone?: string | null;
Instance?: AnalysisComponent | null;
Port?: number | null;
}

§Properties

§
Address?: string | null
[src]

The IP address.

§
AvailabilityZone?: string | null
[src]

The Availability Zone.

§
Instance?: AnalysisComponent | null
[src]

Information about the instance.

§
Port?: number | null
[src]

The port on which the target is listening.