ColumnConfiguration

Provides information about how Amazon Kendra should use the columns of a database in an index.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One to five columns that indicate when a document in the database has changed.

Link copied to clipboard

The column that contains the contents of the document.

Link copied to clipboard

The column that provides the document's identifier.

Link copied to clipboard

The column that contains the title of the document.

Link copied to clipboard

An array of objects that map database column names to the corresponding fields in an index. You must first create the fields in the index using the UpdateIndex API.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String