Amazon Fraud Detector · Arazzo Workflow
Amazon Fraud Detector Bootstrap Event Type
Version 1.0.0
Create fraud and legit labels, define an event type that uses them, then confirm the event type exists.
Provider
Workflows
bootstrap-event-type
Stand up the labels and event type schema that detectors and models depend on.
Creates a fraud label and a legitimate label, defines an event type that references those labels, its event variables, and its entity types, and then reads the event type back to verify registration.
1
createFraudLabel
putLabel
Create the label used to classify an event as fraudulent so the event type can reference it.
2
createLegitLabel
putLabel
Create the label used to classify an event as legitimate so the event type can reference it.
3
defineEventType
putEventType
Create the event type, referencing the two labels just created along with its event variables and entity types.
4
confirmEventType
getEventTypes
Read the event type back by name to confirm it was registered with the expected schema.