Skip to content

UpdateKxUser

Source: src/AWS/FinSpace/UpdateKxUser.ts

Runtime binding for finspace:UpdateKxUser — re-points a kdb user of the bound environment at a different IAM role. Provide the implementation with Effect.provide(AWS.FinSpace.UpdateKxUserHttp).

const updateUser = yield* AWS.FinSpace.UpdateKxUser(kdb);
yield* updateUser({ userName: "analyst", iamRole: newRoleArn });