@aws-cdk/core
Version:
AWS Cloud Development Kit Core Library
8 lines (7 loc) • 426 B
TypeScript
import { Test } from 'nodeunit';
declare const _default: {
'the Include construct can be used to embed an existing template as-is into a stack'(test: Test): void;
'included templates can co-exist with elements created programmatically'(test: Test): void;
'exception is thrown in construction if an entity from an included template has the same id as a programmatic entity'(test: Test): void;
};
export = _default;