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

DeleteAddonRequest

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

§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 to delete the add-on from.

§
preserve?: boolean | null
[src]

Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it is not removed.