GetGroup
Source:
src/AWS/QBusiness/GetGroup.ts
Runtime binding for the GetGroup operation (IAM action
qbusiness:GetGroup), scoped to one Index.
Reads a mapped group’s processing status.
Provide the implementation with
Effect.provide(AWS.QBusiness.GetGroupHttp).
Principal Mapping
Section titled “Principal Mapping”const getGroup = yield* AWS.QBusiness.GetGroup(index);
const { status } = yield* getGroup({ groupName: "engineering" });