UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

6 lines (5 loc) 215 B
import type { IConstruct } from 'constructs'; /** * Collect all acknowledged rule IDs from construct metadata across the tree. */ export declare function collectAcknowledgedRuleIds(root: IConstruct): Set<string>;