Amazon Fraud Detector · Arazzo Workflow
Amazon Fraud Detector Decommission Detector
Version 1.0.0
Inspect a detector's rules and then delete the detector, branching when rules still block deletion.
Provider
Workflows
decommission-detector
Check a detector's rules, then delete it only when no rules block deletion.
Lists the detector's rules and branches on whether any remain. With no rules the detector is deleted; with rules present the flow surfaces the blocking rules instead of deleting.
1
listDetectorRules
getRules
List the detector's rules to determine whether anything still blocks deletion.
2
deleteDetector
deleteDetector
Delete the detector now that no rules block the operation.
3
reportBlockingRules
getRules
Re-read the detector's rules to surface the rules that still block deletion so they can be cleaned up before retrying.