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

NodegroupHealth

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

An object representing the health status of the node group.

interface NodegroupHealth {
issues?: Issue[] | null;
}

§Properties

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

Any issues that are associated with the node group.