DataSourceSalesforceStandardObjectAttachmentConfigurationArgs

data class DataSourceSalesforceStandardObjectAttachmentConfigurationArgs(val documentTitleFieldName: Output<String>? = null, val fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null) : ConvertibleToJava<DataSourceSalesforceStandardObjectAttachmentConfigurationArgs>

Constructors

constructor(documentTitleFieldName: Output<String>? = null, fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null)

Properties

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

The name of the field used for the document title.

Link copied to clipboard

One or more objects that map fields in attachments to Amazon Kendra index fields.

Functions

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