Skip to content

DescribeAddon

Source: src/AWS/EKS/DescribeAddon.ts

Runtime binding for eks:DescribeAddon.

Reads one installed add-on’s state — version, status, health issues, and pod identity associations. The cluster clusterName is injected from the bound Cluster and eks:DescribeAddon is granted on the cluster’s sub-resource ARNs. Provide the implementation with Effect.provide(AWS.EKS.DescribeAddonHttp).

// init
const describeAddon = yield* AWS.EKS.DescribeAddon(cluster);
// runtime
const { addon } = yield* describeAddon({ addonName: "vpc-cni" });