class Aws::Kendra::Types::SalesforceStandardObjectAttachmentConfiguration
Provides configuration information for processing attachments to Salesforce standard objects.
@note When making an API call, you may pass SalesforceStandardObjectAttachmentConfiguration
data as a hash: { document_title_field_name: "DataSourceFieldName", field_mappings: [ { data_source_field_name: "DataSourceFieldName", # required date_field_format: "DataSourceDateFieldFormat", index_field_name: "IndexFieldName", # required }, ], }
@!attribute [rw] document_title_field_name
The name of the field used for the document title. @return [String]
@!attribute [rw] field_mappings
One or more objects that map fields in attachments to Amazon Kendra index fields. @return [Array<Types::DataSourceToIndexFieldMapping>]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/SalesforceStandardObjectAttachmentConfiguration AWS API Documentation
Constants
- SENSITIVE