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

AddonHealth

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

The health of the add-on.

interface AddonHealth {
issues?: AddonIssue[] | null;
}

§Properties

§
issues?: AddonIssue[] | null
[src]

An object that represents the add-on's health issues.