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

AssociateHealthCheckRequest

import type { AssociateHealthCheckRequest } from "https://aws-api.deno.dev/v0.3/services/shield.ts?docs=full";
interface AssociateHealthCheckRequest {
HealthCheckArn: string;
ProtectionId: string;
}

§Properties

§
HealthCheckArn: string
[src]

The Amazon Resource Name (ARN) of the health check to associate with the protection.

§
ProtectionId: string
[src]

The unique identifier (ID) for the "Protection" object to add the health check association to.