---
title: Fraud Detector Detector Version
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Fraud Detector Detector Version
---

# Fraud Detector Detector Version

Fraud Detector Detector Version in AWS represents a specific version of a fraud detection model within Amazon Fraud Detector. It contains the rules, model configurations, and metadata used to evaluate events for potential fraudulent activity. Each version is immutable once created, ensuring consistent evaluation logic for fraud detection workflows.

```
aws.frauddetector_detector_version
```

## Fields

| Title                    | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Description |
| ------------------------ | ---- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                     | core | string        |
| account_id               | core | string        |
| arn                      | core | string        | The detector version ARN.                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| created_time             | core | string        | The timestamp when the detector version was created.                                                                                                                                                                                                                                                                                                                                                                                                                              |
| description              | core | string        | The detector version description.                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| detector_id              | core | string        | The detector ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| detector_version_id      | core | string        | The detector version ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| external_model_endpoints | core | array<string> | The Amazon SageMaker model endpoints included in the detector version.                                                                                                                                                                                                                                                                                                                                                                                                            |
| last_updated_time        | core | string        | The timestamp when the detector version was last updated.                                                                                                                                                                                                                                                                                                                                                                                                                         |
| model_versions           | core | json          | The model versions included in the detector version.                                                                                                                                                                                                                                                                                                                                                                                                                              |
| rule_execution_mode      | core | string        | The execution mode of the rule in the dectector FIRST_MATCHED indicates that Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule. ALL_MATCHED indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft status. |
| rules                    | core | json          | The rules included in the detector version.                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| status                   | core | string        | The status of the detector version.                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| tags                     | core | hstore_csv    |
