Skip to main content

faqs

Retrieves a list of faqs in a region

Overview

Namefaqs
TypeResource
Descriptionfaqs
Idawscc.kendra.faqs

Fields

NameDatatypeDescription
idundefined
index_idundefinedIndex ID
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
index_id
FROM awscc.kendra.faqs
WHERE region = 'us-east-1'

Permissions

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

Create

kendra:CreateFaq,
kendra:DescribeFaq,
iam:PassRole,
kendra:ListTagsForResource,
kendra:TagResource

List

kendra:ListFaqs