Interface CfnMatchingWorkflowPropsMixin.IMatchingConfigProperty
Configuration for matching behavior within rule condition properties.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnMatchingWorkflowPropsMixin.IMatchingConfigProperty
Syntax (vb)
Public Interface CfnMatchingWorkflowPropsMixin.IMatchingConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution;
var matchingConfigProperty = new MatchingConfigProperty {
EnableTransitiveMatching = false
};
Synopsis
Properties
| EnableTransitiveMatching | Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups. |
Properties
EnableTransitiveMatching
Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups.
object? EnableTransitiveMatching { get; }