Data Source Args
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
Properties
Link copied to clipboard
val customDocumentEnrichmentConfiguration: Output<DataSourceCustomDocumentEnrichmentConfigurationArgs>? = null
Link copied to clipboard