fieldMappings

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

Parameters

value

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 operation.


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


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

Parameters

values

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 operation.


@JvmName(name = "yvnhutugnqhrhhdf")
suspend fun fieldMappings(argument: List<suspend DataSourceToIndexFieldMappingArgsBuilder.() -> Unit>)
@JvmName(name = "wrmoehwhfmrdpqin")
suspend fun fieldMappings(vararg argument: suspend DataSourceToIndexFieldMappingArgsBuilder.() -> Unit)
@JvmName(name = "voaqumxjwvugjybt")
suspend fun fieldMappings(argument: suspend DataSourceToIndexFieldMappingArgsBuilder.() -> Unit)

Parameters

argument

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 operation.