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

# Fraud Detector Variable

Fraud Detector Variable in AWS is a resource that defines input data fields used by Amazon Fraud Detector models and rules. Variables represent attributes such as IP address, email, or transaction amount, which are evaluated to detect potential fraudulent activity. They help standardize and structure the data used in fraud detection workflows.

```gdscript3
aws.frauddetector_variable
```

## Fields

| Title             | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Description |
| ----------------- | ---- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key              | core | string     |
| account_id        | core | string     |
| arn               | core | string     | The ARN of the variable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| created_time      | core | string     | The time when the variable was created.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| data_source       | core | string     | The data source of the variable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| data_type         | core | string     | The data type of the variable. For more information see Variable types.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| default_value     | core | string     | The default value of the variable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| description       | core | string     | The description of the variable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| last_updated_time | core | string     | The time when variable was last updated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| name              | core | string     | The name of the variable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| tags              | core | hstore_csv |
| variable_type     | core | string     | The variable type of the variable. Valid Values: AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT |
