Skip to main content

faqs_list_only

Lists faqs in a region or regions, for all properties use faqs

Overview

Namefaqs_list_only
TypeResource
DescriptionA Kendra FAQ resource
Idaws.kendra.faqs_list_only

Fields

NameDatatypeDescription
idstringUnique ID of index
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
language_codestringThe code for a language.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all faqs in a region.

SELECT
region,
id,
index_id
FROM aws.kendra.faqs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the faqs_list_only resource, see faqs