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

DescribeAddonRequest

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

§Properties

§
addonName: string
[src]

The name of the add-on. The name must match one of the names returned by ListAddons.

§
clusterName: string
[src]

The name of the cluster.