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

ClusterHealth

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

An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.

interface ClusterHealth {
issues?: ClusterIssue[] | null;
}

§Properties

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

An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.