Module: AWSCDK::Synthetics::Cleanup
- Defined in:
- synthetics/cleanup.rb
Overview
Different ways to clean up underlying Canary resources when the Canary is deleted.
Constant Summary collapse
- NOTHING =
Deprecated.Note:
Default:
Clean up nothing.
The user is responsible for cleaning up all resources left behind by the Canary.
Jsii::Enum.new("aws-cdk-lib.aws_synthetics.Cleanup", "NOTHING")
- LAMBDA =
Deprecated.Note:
Default:
Clean up the underlying Lambda function only.
The user is responsible for cleaning up all other resources left behind by the Canary.
Jsii::Enum.new("aws-cdk-lib.aws_synthetics.Cleanup", "LAMBDA")