record Matching Model
suspend fun recordMatchingModel(value: Output<IdMappingWorkflowIdMappingRuleBasedPropertiesRecordMatchingModel>)
suspend fun recordMatchingModel(value: IdMappingWorkflowIdMappingRuleBasedPropertiesRecordMatchingModel)
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 can be matched to the same record in the target. If the value is set to MANY_SOURCE_TO_ONE_TARGET
, multiple records in the source can be matched to one record in the target.