DataSourceArgs

data class DataSourceArgs(val customDocumentEnrichmentConfiguration: Output<DataSourceCustomDocumentEnrichmentConfigurationArgs>? = null, val dataSourceConfiguration: Output<DataSourceConfigurationArgs>? = null, val description: Output<String>? = null, val indexId: Output<String>? = null, val languageCode: Output<String>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val schedule: Output<String>? = null, val tags: Output<List<DataSourceTagArgs>>? = null, val type: Output<DataSourceType>? = null) : ConvertibleToJava<DataSourceArgs>

Kendra DataSource

Constructors

Link copied to clipboard
fun DataSourceArgs(customDocumentEnrichmentConfiguration: Output<DataSourceCustomDocumentEnrichmentConfigurationArgs>? = null, dataSourceConfiguration: Output<DataSourceConfigurationArgs>? = null, description: Output<String>? = null, indexId: Output<String>? = null, languageCode: Output<String>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, schedule: Output<String>? = null, tags: Output<List<DataSourceTagArgs>>? = null, type: Output<DataSourceType>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val indexId: Output<String>? = null
Link copied to clipboard
val languageCode: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val roleArn: Output<String>? = null
Link copied to clipboard
val schedule: Output<String>? = null
Link copied to clipboard
val tags: Output<List<DataSourceTagArgs>>? = null

Tags for labeling the data source

Link copied to clipboard
val type: Output<DataSourceType>? = null