fieldMappings

@JvmName(name = "uxcvfnodijdnadlt")
suspend fun fieldMappings(value: Output<List<DataSourceToIndexFieldMappingArgs>>)
@JvmName(name = "vmxaoqkrfpgtltcs")
suspend fun fieldMappings(value: List<DataSourceToIndexFieldMappingArgs>?)

Parameters

value

A list of DataSourceToIndexFieldMapping objects that map OneDrive data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to OneDrive fields. For more information, see Mapping data source fields . The OneDrive data source field names must exist in your OneDrive custom metadata.


@JvmName(name = "rkecdqrhcviiethm")
suspend fun fieldMappings(vararg values: Output<DataSourceToIndexFieldMappingArgs>)


@JvmName(name = "laxfapdivibhlwtx")
suspend fun fieldMappings(values: List<Output<DataSourceToIndexFieldMappingArgs>>)
@JvmName(name = "ckywkccoftiflnbk")
suspend fun fieldMappings(vararg values: DataSourceToIndexFieldMappingArgs)

Parameters

values

A list of DataSourceToIndexFieldMapping objects that map OneDrive data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to OneDrive fields. For more information, see Mapping data source fields . The OneDrive data source field names must exist in your OneDrive custom metadata.


@JvmName(name = "jetcxvapjjkhtafb")
suspend fun fieldMappings(argument: List<suspend DataSourceToIndexFieldMappingArgsBuilder.() -> Unit>)
@JvmName(name = "gxblwvvmuwwbsquo")
suspend fun fieldMappings(vararg argument: suspend DataSourceToIndexFieldMappingArgsBuilder.() -> Unit)
@JvmName(name = "rltebkjfstjukdwv")
suspend fun fieldMappings(argument: suspend DataSourceToIndexFieldMappingArgsBuilder.() -> Unit)

Parameters

argument

A list of DataSourceToIndexFieldMapping objects that map OneDrive data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the UpdateIndex API before you map to OneDrive fields. For more information, see Mapping data source fields . The OneDrive data source field names must exist in your OneDrive custom metadata.