Skip to content

ListReportsForReportGroup

Source: src/AWS/CodeBuild/ListReportsForReportGroup.ts

Runtime binding for codebuild:ListReportsForReportGroup — lists the bound report group’s report ARNs, newest first.

const listReports = yield* AWS.CodeBuild.ListReportsForReportGroup(reportGroup);
const { reports } = yield* listReports();