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

TargetHealthDescription

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

Information about the health of a target.

interface TargetHealthDescription {
HealthCheckPort?: string | null;
Target?: TargetDescription | null;
TargetHealth?: TargetHealth | null;
}

§Properties

§
HealthCheckPort?: string | null
[src]

The port to use to connect with the target.

§
Target?: TargetDescription | null
[src]

The description of the target.

§
TargetHealth?: TargetHealth | null
[src]

The health information for the target.