Skip to main content

faq_tags

Expands all tag keys and values for faqs in a region

Overview

Namefaq_tags
TypeResource
DescriptionA Kendra FAQ resource
Idaws.kendra.faq_tags

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
arnstring
language_codestringThe code for a language.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all faqs in a region.

SELECT
region,
id,
index_id,
name,
description,
file_format,
s3_path,
role_arn,
arn,
language_code,
tag_key,
tag_value
FROM aws.kendra.faq_tags
WHERE region = 'us-east-1';

Permissions

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