import { AwsCleaner } from 'cdk-aws-cleaner'
new AwsCleaner(scope: Construct, id: string, props: IAwsCleanerProps)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
No description. |
id |
string |
No description. |
props |
IAwsCleanerProps |
No description. |
- Type: constructs.Construct
- Type: string
- Type: IAwsCleanerProps
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
public toString(): string
Returns a string representation of this construct.
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
import { AwsCleaner } from 'cdk-aws-cleaner'
AwsCleaner.isConstruct(x: any)
Checks if x
is a construct.
- Type: any
Any object.
Name | Type | Description |
---|---|---|
node |
constructs.Node |
The tree node. |
public readonly node: Node;
- Type: constructs.Node
The tree node.
- Implemented By: IAwsCleanerProps
Name | Type | Description |
---|---|---|
cleanup |
aws-cdk-lib.Duration |
When the Stack should be removed. |
email |
string |
E-Mail Notification for the removal event. |
public readonly cleanup: Duration;
- Type: aws-cdk-lib.Duration
When the Stack should be removed.
public readonly email: string;
- Type: string
E-Mail Notification for the removal event.