aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
8 lines (7 loc) • 321 B
TypeScript
/**
* Some construct-tree wide config we pass via context, because it's convenient.
*
* Users shouldn't touch these, and to make sure they don't we make sure the
* context keys have an unguessable prefix that is different on each execution.
*/
export declare const PRIVATE_CONTEXT_DEFAULT_STACK_SYNTHESIZER: string;