Skip to content

GetKxCluster

Source: src/AWS/FinSpace/GetKxCluster.ts

Runtime binding for finspace:GetKxCluster — reads one kdb cluster of the bound environment — status, mounted databases, code configuration, and endpoints — for runtime monitoring and orchestration. Provide the implementation with Effect.provide(AWS.FinSpace.GetKxClusterHttp).

const getCluster = yield* AWS.FinSpace.GetKxCluster(kdb);
const { status } = yield* getCluster({ clusterName: "hdb" });