Skip to content

ListKxClusterNodes

Source: src/AWS/FinSpace/ListKxClusterNodes.ts

Runtime binding for finspace:ListKxClusterNodes — lists the nodes of a kdb cluster in the bound environment — node ids, availability zones, and launch times. Provide the implementation with Effect.provide(AWS.FinSpace.ListKxClusterNodesHttp).

const listNodes = yield* AWS.FinSpace.ListKxClusterNodes(kdb);
const { nodes } = yield* listNodes({ clusterName: "hdb" });