class Aws::Kendra::Types::DataSourceToIndexFieldMapping

Maps a column or attribute in the data source to an index field. You must first create the fields in the index using the `UpdateIndex` operation.

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

data as a hash:

    {
      data_source_field_name: "DataSourceFieldName", # required
      date_field_format: "DataSourceDateFieldFormat",
      index_field_name: "IndexFieldName", # required
    }

@!attribute [rw] data_source_field_name

The name of the column or attribute in the data source.
@return [String]

@!attribute [rw] date_field_format

The type of data stored in the column or attribute.
@return [String]

@!attribute [rw] index_field_name

The name of the field in the index.
@return [String]

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

Constants

SENSITIVE