UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 231 B
import type { IConstruct } from 'constructs'; import type { IAspect } from '../../core'; export declare class BackupableResourcesCollector implements IAspect { readonly resources: string[]; visit(node: IConstruct): void; }