---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_evidently_feature Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::Evidently::Feature
---
# awscc_evidently_feature (Data Source)
Data Source schema for AWS::Evidently::Feature
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String)
- `default_variation` (String)
- `description` (String)
- `entity_overrides` (Attributes Set) (see [below for nested schema](#nestedatt--entity_overrides))
- `evaluation_strategy` (String)
- `name` (String)
- `project` (String)
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
- `variations` (Attributes List) (see [below for nested schema](#nestedatt--variations))
### Nested Schema for `entity_overrides`
Read-Only:
- `entity_id` (String)
- `variation` (String)
### Nested Schema for `tags`
Read-Only:
- `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 -.
### Nested Schema for `variations`
Read-Only:
- `boolean_value` (Boolean)
- `double_value` (Number)
- `long_value` (Number)
- `string_value` (String)
- `variation_name` (String)