faqs
Retrieves a list of faqs
in a region
Overview
Name | faqs |
Type | Resource |
Description | faqs |
Id | awscc.kendra.faqs |
Fields
Name | Datatype | Description |
---|---|---|
id | undefined | |
index_id | undefined | Index ID |
region | string | AWS 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