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

GetHealthCheckRequest

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

A request to get information about a specified health check.

interface GetHealthCheckRequest {
HealthCheckId: string;
}

§Properties

§
HealthCheckId: 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.