Amazon Fraud Detector · Example Payload

Amazon Fraud Detector Model Example

Online fraud insights model v2 with 18-month training window

Financial ServicesFraud DetectionMachine LearningSecurity

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

Top-level fields

modelIdmodelTypedescriptioneventTypeNamearnlastUpdatedTimecreatedTime

Example Payload

Raw ↑
{
  "modelId": "ofi-model-v2",
  "modelType": "ONLINE_FRAUD_INSIGHTS",
  "description": "Online fraud insights model v2 with 18-month training window",
  "eventTypeName": "transaction",
  "arn": "arn:aws:frauddetector:us-east-1:123456789012:model/ofi-model-v2",
  "lastUpdatedTime": "2025-06-01T10:00:00Z",
  "createdTime": "2025-03-01T09:00:00Z"
}