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

ClusterIssue

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

An issue with 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 ClusterIssue {
code?: ClusterIssueCode | null;
message?: string | null;
resourceIds?: string[] | null;
}

§Properties

§
code?: ClusterIssueCode | null
[src]

The error code of the issue.

§
message?: string | null
[src]

A description of the issue.

§
resourceIds?: string[] | null
[src]

The resource IDs that the issue relates to.