FaqArgs

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

A Kendra FAQ resource

Constructors

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

Functions

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

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 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<FaqTagArgs>>? = null

Tags for labeling the FAQ