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

ConfigureHealthCheckInput

import type { ConfigureHealthCheckInput } from "https://aws-api.deno.dev/v0.3/services/elb.ts?docs=full";

Contains the parameters for ConfigureHealthCheck.

interface ConfigureHealthCheckInput {
HealthCheck: HealthCheck;
LoadBalancerName: string;
}

§Properties

§
HealthCheck: HealthCheck
[src]

The configuration information.

§
LoadBalancerName: string
[src]

The name of the load balancer.