ResolutionTechniques
An object which defines the resolutionType
and the
ruleBasedProperties
.
Contents
- resolutionType
-
The type of matching. There are three types of matching:
RULE_MATCHING
,ML_MATCHING
, andPROVIDER
.Type: String
Valid Values:
RULE_MATCHING | ML_MATCHING | PROVIDER
Required: Yes
- providerProperties
-
The properties of the provider service.
Type: ProviderProperties object
Required: No
- ruleBasedProperties
-
An object which defines the list of matching rules to run and has a field
Rules
, which is a list of rule objects.Type: RuleBasedProperties object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: