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).
Inspecting Add-ons
Section titled “Inspecting Add-ons”// initconst describeAddon = yield* AWS.EKS.DescribeAddon(cluster);
// runtimeconst { addon } = yield* describeAddon({ addonName: "vpc-cni" });