UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

3 lines (2 loc) 256 B
import type { AnalysisSummary, IssueGroup } from '../../types/analysis.types'; export declare const generateReportSummary: (recommendationMap: Record<string, IssueGroup>, totalScannedResources: number, scannedResourceIds?: Set<string>) => AnalysisSummary;