Skip to content

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).

const listClusters = yield* AWS.FinSpace.ListKxClusters(kdb);
const { kxClusterSummaries } = yield* listClusters({ clusterType: "HDB" });