UNPKG

cdk-insights

Version:

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

6 lines (5 loc) 244 B
import type { AnalysisSummary } from '../../types/analysis.types'; /** * Prints a concise, action-oriented analysis summary to the console. */ export declare const printSummaryToConsole: (stackName: string, summary: AnalysisSummary) => void;