ListKxClusters
Source:
src/AWS/FinSpace/ListKxClusters.ts
Runtime binding for finspace:ListKxClusters — lists the kdb clusters of the bound environment, optionally filtered by cluster type.
Provide the implementation with
Effect.provide(AWS.FinSpace.ListKxClustersHttp).
Monitoring Clusters
Section titled “Monitoring Clusters”const listClusters = yield* AWS.FinSpace.ListKxClusters(kdb);
const { kxClusterSummaries } = yield* listClusters({ clusterType: "HDB" });