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

HealthCheckConfig

import type { HealthCheckConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/route53.ts";
interface HealthCheckConfig {
AlarmIdentifier?: AlarmIdentifier | null;
ChildHealthChecks: string[];
Disabled?: boolean | null;
EnableSNI?: boolean | null;
FailureThreshold?: number | null;
FullyQualifiedDomainName?: string | null;
HealthThreshold?: number | null;
InsufficientDataHealthStatus?: InsufficientDataHealthStatus | null;
Inverted?: boolean | null;
IPAddress?: string | null;
MeasureLatency?: boolean | null;
Port?: number | null;
Regions: HealthCheckRegion[];
RequestInterval?: number | null;
ResourcePath?: string | null;
RoutingControlArn?: string | null;
SearchString?: string | null;
}

§Properties

§
AlarmIdentifier?: AlarmIdentifier | null
[src]
§
ChildHealthChecks: string[]
[src]
§
Disabled?: boolean | null
[src]
§
EnableSNI?: boolean | null
[src]
§
FailureThreshold?: number | null
[src]
§
FullyQualifiedDomainName?: string | null
[src]
§
HealthThreshold?: number | null
[src]
§
InsufficientDataHealthStatus?: InsufficientDataHealthStatus | null
[src]
§
Inverted?: boolean | null
[src]
§
IPAddress?: string | null
[src]
§
MeasureLatency?: boolean | null
[src]
§
Port?: number | null
[src]
§
RequestInterval?: number | null
[src]
§
ResourcePath?: string | null
[src]
§
RoutingControlArn?: string | null
[src]
§
SearchString?: string | null
[src]