FaqArgs

data class FaqArgs(val description: Output<String>? = null, val fileFormat: Output<FaqFileFormat>? = null, val indexId: Output<String>? = null, val languageCode: Output<String>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val s3Path: Output<FaqS3PathArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FaqArgs>

A Kendra FAQ resource

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, fileFormat: Output<FaqFileFormat>? = null, indexId: Output<String>? = null, languageCode: Output<String>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, s3Path: Output<FaqS3PathArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

FAQ description

Link copied to clipboard
val fileFormat: Output<FaqFileFormat>? = null

FAQ file format

Link copied to clipboard
val indexId: Output<String>? = null

Index ID

Link copied to clipboard
val languageCode: Output<String>? = null

The code for a language. This shows a supported language for the FAQ document as part of the summary information for FAQs. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English .

Link copied to clipboard
val name: Output<String>? = null

FAQ name

Link copied to clipboard
val roleArn: Output<String>? = null

FAQ role ARN

Link copied to clipboard
val s3Path: Output<FaqS3PathArgs>? = null

FAQ S3 path

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags for labeling the FAQ

Functions

Link copied to clipboard
open override fun toJava(): FaqArgs