Skip to content

BatchCreateDelegationByAssessment

Source: src/AWS/AuditManager/BatchCreateDelegationByAssessment.ts

Runtime binding for auditmanager:BatchCreateDelegationByAssessment.

Creates a batch of delegations — handing control sets of the bound assessment to reviewers. Provide the implementation with Effect.provide(AWS.AuditManager.BatchCreateDelegationByAssessmentHttp).

const batchCreateDelegationByAssessment = yield* AWS.AuditManager.BatchCreateDelegationByAssessment(assessment);
const result = yield* batchCreateDelegationByAssessment({
createDelegationRequests: [{
roleArn: reviewerRoleArn,
roleType: "RESOURCE_OWNER",
controlSetId,
}],
});