faq
Gets an individual faq
resource
Overview
Name | faq |
Type | Resource |
Description | faq |
Id | awscc.kendra.faq |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
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 | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
index_id,
name,
description,
file_format,
s3_path,
role_arn,
tags,
arn
FROM awscc.kendra.faq
WHERE data__Identifier = '<Id>|<IndexId>';
Permissions
To operate on the faq
resource, the following permissions are required:
Update
kendra:ListTagsForResource,
kendra:UntagResource,
kendra:TagResource
Read
kendra:DescribeFaq,
kendra:ListTagsForResource
Delete
kendra:DeleteFaq,
kendra:DescribeFaq