fieldMappings property

List<DataSourceToIndexFieldMapping>? fieldMappings
final

Defines mapping between a field in the Google Drive and a Amazon Kendra index field.

If you are using the console, you can define index fields when creating the mapping. If you are using the API, you must first create the field using the UpdateIndex operation.

Implementation

final List<DataSourceToIndexFieldMapping>? fieldMappings;