UNPKG

@aws-cdk/core

Version:

AWS Cloud Development Kit Core Library

4 lines (3 loc) 213 B
import * as cxapi from '@aws-cdk/cx-api'; import { IConstruct, SynthesisOptions } from '../construct-compat'; export declare function synthesize(root: IConstruct, options?: SynthesisOptions): cxapi.CloudAssembly;