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).
Discovering Clusters
Section titled “Discovering Clusters”// initconst listClusters = yield* AWS.EKS.ListClusters();
// runtimeconst { clusters } = yield* listClusters();