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

TargetHealth

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

Information about the connection health of an RDS Proxy target.

interface TargetHealth {
Description?: string | null;
Reason?: TargetHealthReason | null;
State?: TargetState | null;
}

§Properties

§
Description?: string | null
[src]

A description of the health of the RDS Proxy target. If the State is AVAILABLE, a description is not included.

§
Reason?: TargetHealthReason | null
[src]

The reason for the current health State of the RDS Proxy target.

§
State?: TargetState | null
[src]

The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target:

registering > unavailable > available > unavailable > available