---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_frauddetector_variable Resource - terraform-provider-awscc"
subcategory: ""
description: |-
A resource schema for a Variable in Amazon Fraud Detector.
---
# awscc_frauddetector_variable (Resource)
A resource schema for a Variable in Amazon Fraud Detector.
## Schema
### Required
- `data_source` (String) The source of the data.
- `data_type` (String) The data type.
- `default_value` (String) The default value for the variable when no value is received.
- `name` (String) The name of the variable.
### Optional
- `description` (String) The description.
- `tags` (Attributes List) Tags associated with this variable. (see [below for nested schema](#nestedatt--tags))
- `variable_type` (String) The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
### Read-Only
- `arn` (String) The ARN of the variable.
- `created_time` (String) The time when the variable was created.
- `id` (String) Uniquely identifies the resource.
- `last_updated_time` (String) The time when the variable was last updated.
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_frauddetector_variable.example
```