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

Addon

import type { Addon } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";
interface Addon {
addonArn?: string | null;
addonName?: string | null;
addonVersion?: string | null;
clusterName?: string | null;
createdAt?: Date | number | null;
health?: AddonHealth | null;
modifiedAt?: Date | number | null;
serviceAccountRoleArn?: string | null;
status?: AddonStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
addonArn?: string | null
[src]
§
addonName?: string | null
[src]
§
addonVersion?: string | null
[src]
§
clusterName?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
health?: AddonHealth | null
[src]
§
modifiedAt?: Date | number | null
[src]
§
serviceAccountRoleArn?: string | null
[src]
§
status?: AddonStatus | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]