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).
CIS Scan Results
Section titled “CIS Scan Results”// initconst getCisScanReport = yield* AWS.Inspector2.GetCisScanReport();
// runtimeconst { url, status } = yield* getCisScanReport({ scanArn });