Skip to content

ListAddons

Source: src/AWS/EKS/ListAddons.ts

Runtime binding for eks:ListAddons.

Enumerates the add-on names installed on the bound cluster. The cluster clusterName is injected from the bound Cluster and eks:ListAddons is granted on the cluster’s ARN. Provide the implementation with Effect.provide(AWS.EKS.ListAddonsHttp).

// init
const listAddons = yield* AWS.EKS.ListAddons(cluster);
// runtime
const { addons } = yield* listAddons();