---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_evidently_feature Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::Evidently::Feature.
---
# awscc_evidently_feature (Resource)
Resource Type definition for AWS::Evidently::Feature.
## Schema
### Required
- `name` (String)
- `project` (String)
- `variations` (Attributes List) (see [below for nested schema](#nestedatt--variations))
### Optional
- `default_variation` (String)
- `description` (String)
- `entity_overrides` (Attributes Set) (see [below for nested schema](#nestedatt--entity_overrides))
- `evaluation_strategy` (String)
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String)
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `variations`
Required:
- `boolean_value` (Boolean)
- `double_value` (Number)
- `long_value` (Number)
- `string_value` (String)
- `variation_name` (String)
### Nested Schema for `entity_overrides`
Optional:
- `entity_id` (String)
- `variation` (String)
### Nested Schema for `tags`
Optional:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_evidently_feature.example
```