UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

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