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

Class: Aws::Kendra::Types::DataSourceToIndexFieldMapping

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

Overview

Note:

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

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_field_nameString

The name of the column or attribute in the data source.

Returns:

  • (String)

    The name of the column or attribute in the data source.

#date_field_formatString

The type of data stored in the column or attribute.

Returns:

  • (String)

    The type of data stored in the column or attribute.

#index_field_nameString

The name of the field in the index.

Returns:

  • (String)

    The name of the field in the index.