UNPKG

@aws-community/self-destruct

Version:

Ephemeral Stacks! A CDK Stack and Construct that will self-destruct after a specified time period.

6 lines (5 loc) 183 B
import { IAspect } from 'aws-cdk-lib'; import type { IConstruct } from 'constructs'; export declare class SelfDestructAspect implements IAspect { visit(node: IConstruct): void; }