UNPKG

cdk-insights

Version:

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

5 lines (4 loc) 555 B
import type { CloudFormationResource, Manifest } from '../../types/analysis.types'; export declare const getSourceFilesForResource: (resourceId: string, resource: CloudFormationResource, manifest: Manifest, cdkOutDir?: string) => string[]; export declare const getSourceFilesForResources: (resources: Record<string, CloudFormationResource>, manifest: Manifest, cdkOutDir?: string) => Record<string, string[]>; export declare const getAllSourceFiles: (resources: Record<string, CloudFormationResource>, manifest: Manifest, cdkOutDir?: string) => string[];