class Aws::Kendra::Types::SalesforceStandardObjectConfiguration
Specifies configuration information for indexing a single standard object.
@note When making an API call, you may pass SalesforceStandardObjectConfiguration
data as a hash: { name: "ACCOUNT", # required, accepts ACCOUNT, CAMPAIGN, CASE, CONTACT, CONTRACT, DOCUMENT, GROUP, IDEA, LEAD, OPPORTUNITY, PARTNER, PRICEBOOK, PRODUCT, PROFILE, SOLUTION, TASK, USER document_data_field_name: "DataSourceFieldName", # required document_title_field_name: "DataSourceFieldName", field_mappings: [ { data_source_field_name: "DataSourceFieldName", # required date_field_format: "DataSourceDateFieldFormat", index_field_name: "IndexFieldName", # required }, ], }
@!attribute [rw] name
The name of the standard object. @return [String]
@!attribute [rw] document_data_field_name
The name of the field in the standard object table that contains the document contents. @return [String]
@!attribute [rw] document_title_field_name
The name of the field in the standard object table that contains the document title. @return [String]
@!attribute [rw] field_mappings
One or more objects that map fields in the standard object to Amazon Kendra index fields. The index field must exist before you can map a Salesforce field to it. @return [Array<Types::DataSourceToIndexFieldMapping>]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/SalesforceStandardObjectConfiguration AWS API Documentation
Constants
- SENSITIVE