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).
Managing kdb Users
Section titled “Managing kdb Users”const updateUser = yield* AWS.FinSpace.UpdateKxUser(kdb);
yield* updateUser({ userName: "analyst", iamRole: newRoleArn });