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;
Type: HealthCheckType;
}§Properties
§
AlarmIdentifier?: AlarmIdentifier | null
[src]§
InsufficientDataHealthStatus?: InsufficientDataHealthStatus | null
[src]§
Regions: HealthCheckRegion[]
[src]§
Type: HealthCheckType
[src]