recordMatchingModels

@JvmName(name = "ubxnxkbqtueewarr")
suspend fun recordMatchingModels(value: Output<List<IdNamespaceRecordMatchingModel>>)
@JvmName(name = "jupjtuntfsrqfiqj")
suspend fun recordMatchingModels(value: List<IdNamespaceRecordMatchingModel>?)

Parameters

value

The type of matching record that is allowed to be used in an ID mapping workflow. If the value is set to ONE_SOURCE_TO_ONE_TARGET , only one record in the source is matched to one record in the target. If the value is set to MANY_SOURCE_TO_ONE_TARGET , all matching records in the source are matched to one record in the target.


@JvmName(name = "bdwmfyuyhrbumgil")
suspend fun recordMatchingModels(vararg values: Output<IdNamespaceRecordMatchingModel>)


@JvmName(name = "lugeehrpbuehdlcf")
suspend fun recordMatchingModels(values: List<Output<IdNamespaceRecordMatchingModel>>)
@JvmName(name = "dbyhejbptcsmddyx")
suspend fun recordMatchingModels(vararg values: IdNamespaceRecordMatchingModel)

Parameters

values

The type of matching record that is allowed to be used in an ID mapping workflow. If the value is set to ONE_SOURCE_TO_ONE_TARGET , only one record in the source is matched to one record in the target. If the value is set to MANY_SOURCE_TO_ONE_TARGET , all matching records in the source are matched to one record in the target.