enum Cleanup
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Synthetics.Cleanup |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssynthetics#Cleanup |
Java | software.amazon.awscdk.services.synthetics.Cleanup |
Python | aws_cdk.aws_synthetics.Cleanup |
TypeScript (source) | aws-cdk-lib » aws_synthetics » Cleanup |
Different ways to clean up underlying Canary resources when the Canary is deleted.
Members
| Name | Description |
|---|---|
| NOTHING | Clean up nothing. |
| LAMBDA | Clean up the underlying Lambda function only. |
NOTHING
Clean up nothing.
The user is responsible for cleaning up all resources left behind by the Canary.
LAMBDA
Clean up the underlying Lambda function only.
The user is responsible for cleaning up all other resources left behind by the Canary.

.NET
Go
Java
Python
TypeScript (