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

ContainerInstanceHealthStatus

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

An object representing the health status of the container instance.

interface ContainerInstanceHealthStatus {
details?: InstanceHealthCheckResult[] | null;
overallStatus?: InstanceHealthCheckState | null;
}

§Properties

§

An array of objects representing the details of the container instance health status.

§
overallStatus?: InstanceHealthCheckState | null
[src]

The overall health status of the container instance. This is an aggregate status of all container instance health checks.