---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_kendra_faq Resource - terraform-provider-awscc"
subcategory: ""
description: |-
A Kendra FAQ resource
---
# awscc_kendra_faq (Resource)
A Kendra FAQ resource
## Schema
### Required
- `index_id` (String) Index ID
- `name` (String) FAQ name
- `role_arn` (String) FAQ role ARN
- `s3_path` (Attributes) FAQ S3 path (see [below for nested schema](#nestedatt--s3_path))
### Optional
- `description` (String) FAQ description
- `file_format` (String) FAQ file format
- `tags` (Attributes List) Tags for labeling the FAQ (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String)
- `id` (String) Unique ID of the FAQ
### Nested Schema for `s3_path`
Required:
- `bucket` (String)
- `key` (String)
### Nested Schema for `tags`
Optional:
- `key` (String) A string used to identify this tag
- `value` (String) A string containing the value for the tag
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_kendra_faq.example
```