Skip to content

ListClusters

Source: src/AWS/EKS/ListClusters.ts

Runtime binding for eks:ListClusters.

Enumerates the EKS cluster names in the caller’s account and region. eks:ListClusters is granted on * — the operation is account-scoped and takes no resource. Provide the implementation with Effect.provide(AWS.EKS.ListClustersHttp).

// init
const listClusters = yield* AWS.EKS.ListClusters();
// runtime
const { clusters } = yield* listClusters();