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

HealthCheckObservation

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

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.

interface HealthCheckObservation {
IPAddress?: string | null;
Region?: HealthCheckRegion | null;
StatusReport?: StatusReport | null;
}

§Properties

§
IPAddress?: string | null
[src]

The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

§
Region?: HealthCheckRegion | null
[src]

The region of the Amazon Route 53 health checker that provided the status in StatusReport.

§
StatusReport?: StatusReport | null
[src]

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.