content Source Configuration
suspend fun contentSourceConfiguration(value: Output<ExperienceConfigurationContentSourceConfigurationArgs>)
suspend fun contentSourceConfiguration(value: ExperienceConfigurationContentSourceConfigurationArgs?)
Parameters
value
The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the BatchPutDocument API. The provider will only perform drift detection of its value when present in a configuration. Detailed below.
suspend fun contentSourceConfiguration(argument: suspend ExperienceConfigurationContentSourceConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the BatchPutDocument API. The provider will only perform drift detection of its value when present in a configuration. Detailed below.