aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
10 lines (9 loc) • 398 B
TypeScript
import { IConstruct } from 'constructs';
/**
* Return the aspect priority of Aspects changed in https://github.com/aws/aws-cdk/pull/32333
*
* We retroactively made those controllable using a feature flag.
*
* Aspects newly added since this change should unconditionally have a priority of `MUTATING`.
*/
export declare function mutatingAspectPrio32333(scope: IConstruct): number | undefined;