UNPKG

@aws-community/ephemeral

Version:

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

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