Permanently deletes the specified canary
Source:R/synthetics_operations.R
synthetics_delete_canary.RdPermanently deletes the specified canary.
See https://www.paws-r-sdk.com/docs/synthetics_delete_canary/ for full documentation.
Arguments
- Name
[required] The name of the canary that you want to delete. To find the names of your canaries, use
describe_canaries.- DeleteLambda
Specifies whether to also delete the Lambda functions and layers used by this canary. The default is
false.Your setting for this parameter is used only if the canary doesn't have
AUTOMATICfor itsProvisionedResourceCleanupfield. If that field is set toAUTOMATIC, then the Lambda functions and layers will be deleted when this canary is deleted.Type: Boolean