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

ContainerServiceHealthCheckConfig

import type { ContainerServiceHealthCheckConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface ContainerServiceHealthCheckConfig {
healthyThreshold?: number | null;
intervalSeconds?: number | null;
path?: string | null;
successCodes?: string | null;
timeoutSeconds?: number | null;
unhealthyThreshold?: number | null;
}

§Properties

§
healthyThreshold?: number | null
[src]
§
intervalSeconds?: number | null
[src]
§
path?: string | null
[src]
§
successCodes?: string | null
[src]
§
timeoutSeconds?: number | null
[src]
§
unhealthyThreshold?: number | null
[src]