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) 210 B
import { Stack, StackProps } from 'aws-cdk-lib'; import { Construct } from 'constructs'; export declare class DestroyerStack extends Stack { constructor(scope: Construct, id: string, props?: StackProps); }