You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::SalesforceStandardObjectAttachmentConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SalesforceStandardObjectAttachmentConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  document_title_field_name: "DataSourceFieldName",
  field_mappings: [
    {
      data_source_field_name: "DataSourceFieldName", # required
      date_field_format: "DataSourceDateFieldFormat",
      index_field_name: "IndexFieldName", # required
    },
  ],
}

Provides configuration information for processing attachments to Salesforce standard objects.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#document_title_field_nameString

The name of the field used for the document title.

Returns:

  • (String)

    The name of the field used for the document title.

#field_mappingsArray<Types::DataSourceToIndexFieldMapping>

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

Returns: