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).
Delegations
Section titled “Delegations”const batchCreateDelegationByAssessment = yield* AWS.AuditManager.BatchCreateDelegationByAssessment(assessment);const result = yield* batchCreateDelegationByAssessment({ createDelegationRequests: [{ roleArn: reviewerRoleArn, roleType: "RESOURCE_OWNER", controlSetId, }],});