Skip to content

ListControlDomainInsightsByAssessment

Source: src/AWS/AuditManager/ListControlDomainInsightsByAssessment.ts

Runtime binding for auditmanager:ListControlDomainInsightsByAssessment.

Lists the latest analytics data for control domains within the bound (active) assessment. Provide the implementation with Effect.provide(AWS.AuditManager.ListControlDomainInsightsByAssessmentHttp).

const listControlDomainInsightsByAssessment = yield* AWS.AuditManager.ListControlDomainInsightsByAssessment(assessment);
const result = yield* listControlDomainInsightsByAssessment({ maxResults: 20 });