Skip to content

ListCapabilities

Source: src/AWS/EKS/ListCapabilities.ts

Runtime binding for eks:ListCapabilities.

Enumerates the managed capabilities (e.g. Argo CD) installed on the bound cluster. The cluster clusterName is injected from the bound Cluster and eks:ListCapabilities is granted on the cluster’s ARN. Provide the implementation with Effect.provide(AWS.EKS.ListCapabilitiesHttp).

// init
const listCapabilities = yield* AWS.EKS.ListCapabilities(cluster);
// runtime
const { capabilities } = yield* listCapabilities();