aws::kendra-faq

Creates an FAQ.

Example

aws::kendra-faq kendra-faq-example
    description: "example-faq-desc"
    index: $(aws::kendra-index index-example-enter)
    name: "example-faq"
    role: "arn:aws:iam::242040583208:role/service-role/AmazonKendra-faq"
    file-format: JSON

    s3-path
        bucket: "example-kendra"
        key: "example-file"
    end

    tags: {
        "example-key": "example-value"
    }
end

Attributes

Attribute Description
description The description of the FAQ.
index The index associated to the FAQ. (Required)
name The name of the FAQ. (Required)
role The role with permission to access the S3 bucket that contains the FAQs. (Required)
s3-path subresource

The S3 location of the FAQ input data. (Required)

bucket
The S3 bucket that contains the file. (Required)
key
The name of the file.
file-format The format of the input file. Valid values are CSV, CSV_WITH_HEADER or JSON. (Required)
tags map The tags associated with the FAQ.

Outputs

Attribute Description
id The ID of the FAQ.