UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

8 lines (7 loc) 296 B
import { Template } from './template'; export declare function findParameters(template: Template, logicalId: string, props?: any): { [key: string]: { [key: string]: any; }; }; export declare function hasParameter(template: Template, logicalId: string, props: any): string | void;