Skip to content

GetCisScanReport

Source: src/AWS/Inspector2/GetCisScanReport.ts

Runtime binding for inspector2:GetCisScanReport.

Retrieves a CIS scan report.

Provide the implementation with Effect.provide(AWS.Inspector2.GetCisScanReportHttp).

// init
const getCisScanReport = yield* AWS.Inspector2.GetCisScanReport();
// runtime
const { url, status } = yield* getCisScanReport({ scanArn });