UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

11 lines (10 loc) 257 B
/** * Resource symbol for re-usability. */ export declare const RESOURCE_SYMBOL: unique symbol; /** * Symbol for accessing jsii runtime information * * Introduced in jsii 1.19.0, cdk 1.90.0. */ export declare const JSII_RUNTIME_SYMBOL: unique symbol;