MatchingWorkflowResolutionTechniquesArgs

data class MatchingWorkflowResolutionTechniquesArgs(val providerProperties: Output<MatchingWorkflowProviderPropertiesArgs>? = null, val resolutionType: Output<MatchingWorkflowResolutionType>? = null, val ruleBasedProperties: Output<MatchingWorkflowRuleBasedPropertiesArgs>? = null) : ConvertibleToJava<MatchingWorkflowResolutionTechniquesArgs>

Constructors

Link copied to clipboard
constructor(providerProperties: Output<MatchingWorkflowProviderPropertiesArgs>? = null, resolutionType: Output<MatchingWorkflowResolutionType>? = null, ruleBasedProperties: Output<MatchingWorkflowRuleBasedPropertiesArgs>? = null)

Properties

Link copied to clipboard

The properties of the provider service.

Link copied to clipboard

The type of matching. There are three types of matching: RULE_MATCHING , ML_MATCHING , and PROVIDER .

Link copied to clipboard

An object which defines the list of matching rules to run and has a field Rules , which is a list of rule objects.

Functions

Link copied to clipboard
open override fun toJava(): MatchingWorkflowResolutionTechniquesArgs