faq_tags
Expands all tag keys and values for faqs
in a region
Overview
Name | faq_tags |
Type | Resource |
Description | A Kendra FAQ resource |
Id | aws.kendra.faq_tags |
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 |
arn | string | |
language_code | string | The code for a language. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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