faqs_list_only
Lists faqs
in a region or regions, for all properties use faqs
Overview
Name | faqs_list_only |
Type | Resource |
Description | A Kendra FAQ resource |
Id | aws.kendra.faqs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Unique ID of index |
index_id | string | Index ID |
name | string | FAQ name |
description | string | FAQ description |
file_format | string | FAQ file format |
s3_path | object | FAQ S3 path |
role_arn | string | FAQ role ARN |
tags | array | Tags for labeling the FAQ |
arn | string | |
language_code | string | The code for a language. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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