---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_kendra_index Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::Kendra::Index
---
# awscc_kendra_index (Data Source)
Data Source schema for AWS::Kendra::Index
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String)
- `capacity_units` (Attributes) Capacity units (see [below for nested schema](#nestedatt--capacity_units))
- `description` (String) A description for the index
- `document_metadata_configurations` (Attributes List) Document metadata configurations (see [below for nested schema](#nestedatt--document_metadata_configurations))
- `edition` (String) Edition of index
- `name` (String) Name of index
- `role_arn` (String) Role Arn
- `server_side_encryption_configuration` (Attributes) Server side encryption configuration (see [below for nested schema](#nestedatt--server_side_encryption_configuration))
- `tags` (Attributes List) Tags for labeling the index (see [below for nested schema](#nestedatt--tags))
- `user_context_policy` (String)
- `user_token_configurations` (Attributes List) (see [below for nested schema](#nestedatt--user_token_configurations))
### Nested Schema for `capacity_units`
Read-Only:
- `query_capacity_units` (Number)
- `storage_capacity_units` (Number)
### Nested Schema for `document_metadata_configurations`
Read-Only:
- `name` (String)
- `relevance` (Attributes) (see [below for nested schema](#nestedatt--document_metadata_configurations--relevance))
- `search` (Attributes) (see [below for nested schema](#nestedatt--document_metadata_configurations--search))
- `type` (String)
### Nested Schema for `document_metadata_configurations.relevance`
Read-Only:
- `duration` (String)
- `freshness` (Boolean)
- `importance` (Number)
- `rank_order` (String)
- `value_importance_items` (Attributes List) (see [below for nested schema](#nestedatt--document_metadata_configurations--relevance--value_importance_items))
### Nested Schema for `document_metadata_configurations.relevance.value_importance_items`
Read-Only:
- `key` (String)
- `value` (Number)
### Nested Schema for `document_metadata_configurations.search`
Read-Only:
- `displayable` (Boolean)
- `facetable` (Boolean)
- `searchable` (Boolean)
- `sortable` (Boolean)
### Nested Schema for `server_side_encryption_configuration`
Read-Only:
- `kms_key_id` (String)
### Nested Schema for `tags`
Read-Only:
- `key` (String) A string used to identify this tag
- `value` (String) A string containing the value for the tag
### Nested Schema for `user_token_configurations`
Read-Only:
- `json_token_type_configuration` (Attributes) (see [below for nested schema](#nestedatt--user_token_configurations--json_token_type_configuration))
- `jwt_token_type_configuration` (Attributes) (see [below for nested schema](#nestedatt--user_token_configurations--jwt_token_type_configuration))
### Nested Schema for `user_token_configurations.json_token_type_configuration`
Read-Only:
- `group_attribute_field` (String)
- `user_name_attribute_field` (String)
### Nested Schema for `user_token_configurations.jwt_token_type_configuration`
Read-Only:
- `claim_regex` (String)
- `group_attribute_field` (String)
- `issuer` (String)
- `key_location` (String)
- `secret_manager_arn` (String) Role Arn
- `url` (String)
- `user_name_attribute_field` (String)