UNPKG

cdk-insights

Version:

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

10 lines (9 loc) 311 B
export interface ConstructMetadata { className: string; packageName: string; friendlyName: string; documentationUrl: string; githubUrl: string; requiredResourceTypes: string[]; } export declare const loadConstructMetadata: (pkgs: string[]) => Promise<Record<string, ConstructMetadata>>;