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

HealthCheck

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

A complex type that contains information about one health check that is associated with the current Amazon Web Services account.

interface HealthCheck {
CallerReference: string;
CloudWatchAlarmConfiguration?: CloudWatchAlarmConfiguration | null;
HealthCheckConfig: HealthCheckConfig;
HealthCheckVersion: number;
Id: string;
LinkedService?: LinkedService | null;
}

§Properties

§
CallerReference: string
[src]

A unique string that you specified when you created the health check.

§
CloudWatchAlarmConfiguration?: CloudWatchAlarmConfiguration | null
[src]

A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

§
HealthCheckConfig: HealthCheckConfig
[src]

A complex type that contains detailed information about one health check.

§
HealthCheckVersion: number
[src]

The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.

§
Id: string
[src]

The identifier that Amazon Route 53 assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

§
LinkedService?: LinkedService | null
[src]

If the health check was created by another service, the service that created the health check. When a health check is created by another service, you can't edit or delete it using Amazon Route 53.