ExperienceConfigurationContentSourceConfigurationArgs

data class ExperienceConfigurationContentSourceConfigurationArgs(val dataSourceIds: Output<List<String>>? = null, val directPutContent: Output<Boolean>? = null, val faqIds: Output<List<String>>? = null) : ConvertibleToJava<ExperienceConfigurationContentSourceConfigurationArgs>

Constructors

constructor(dataSourceIds: Output<List<String>>? = null, directPutContent: Output<Boolean>? = null, faqIds: Output<List<String>>? = null)

Properties

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

The identifiers of the data sources you want to use for your Amazon Kendra experience. Maximum number of 100 items.

Link copied to clipboard
val directPutContent: Output<Boolean>? = null

Whether to use documents you indexed directly using the BatchPutDocument API. Defaults to false.

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

The identifier of the FAQs that you want to use for your Amazon Kendra experience. Maximum number of 100 items.

Functions

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