Amazon Fraud Detector · Example Payload

Amazon Fraud Detector Rule Example

Block transactions with model score > 900

Financial ServicesFraud DetectionMachine LearningSecurity

Amazon Fraud Detector Rule Example is an example object payload from Amazon Fraud Detector, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ruleIddetectorIdruleVersiondescriptionlanguageexpressionoutcomesarn

Example Payload

Raw ↑
{
  "ruleId": "high-risk-block",
  "detectorId": "payment-fraud-detector",
  "ruleVersion": "1",
  "description": "Block transactions with model score > 900",
  "language": "DETECTORPL",
  "expression": "$ofi_model_insightscore > 900",
  "outcomes": [
    "block"
  ],
  "arn": "arn:aws:frauddetector:us-east-1:123456789012:rule/payment-fraud-detector/high-risk-block/1"
}