UNPKG

cdk-insights

Version:

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

8 lines (7 loc) 278 B
export declare const runAIAnalysis: (options: any) => Promise<{ prompt: string; max_gen_len: number; temperature: number; top_p: number; }>; export declare const generateAIPrompt: (resourceId: string, resource: any, existingFindings?: any[]) => Promise<string>;