class Aws::Kendra::Types::SalesforceCustomKnowledgeArticleTypeConfiguration

Provides configuration information for indexing Salesforce custom articles.

@note When making an API call, you may pass SalesforceCustomKnowledgeArticleTypeConfiguration

data as a hash:

    {
      name: "SalesforceCustomKnowledgeArticleTypeName", # required
      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 configuration.
@return [String]

@!attribute [rw] document_data_field_name

The name of the field in the custom knowledge article that contains
the document data to index.
@return [String]

@!attribute [rw] document_title_field_name

The name of the field in the custom knowledge article that contains
the document title.
@return [String]

@!attribute [rw] field_mappings

One or more objects that map fields in the custom knowledge article
to fields in the Amazon Kendra index.
@return [Array<Types::DataSourceToIndexFieldMapping>]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/SalesforceCustomKnowledgeArticleTypeConfiguration AWS API Documentation

Constants

SENSITIVE