Skip to main content

faq

Gets an individual faq resource

Overview

Namefaq
TypeResource
Descriptionfaq
Idawscc.kendra.faq

Fields

NameDatatypeDescription
idstring
index_idstringIndex ID
namestringFAQ name
descriptionstringFAQ description
file_formatstringFAQ file format
s3_pathobjectFAQ S3 path
role_arnstringFAQ role ARN
tagsarrayTags for labeling the FAQ
arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
index_id,
name,
description,
file_format,
s3_path,
role_arn,
tags,
arn
FROM awscc.kendra.faq
WHERE data__Identifier = '<Id>|<IndexId>';

Permissions

To operate on the faq resource, the following permissions are required:

Update

kendra:ListTagsForResource,
kendra:UntagResource,
kendra:TagResource

Read

kendra:DescribeFaq,
kendra:ListTagsForResource

Delete

kendra:DeleteFaq,
kendra:DescribeFaq