Cleanup
- class aws_cdk.aws_synthetics.Cleanup(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
Different ways to clean up underlying Canary resources when the Canary is deleted.
Attributes
- LAMBDA
Clean up the underlying Lambda function only.
The user is responsible for cleaning up all other resources left behind by the Canary.
- NOTHING
Clean up nothing.
The user is responsible for cleaning up all resources left behind by the Canary.