Interface CfnMatchingWorkflow.MatchingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMatchingWorkflow.MatchingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnMatchingWorkflow
@Stability(Stable)
public static interface CfnMatchingWorkflow.MatchingConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for matching behavior within rule condition properties.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.entityresolution.*;
MatchingConfigProperty matchingConfigProperty = MatchingConfigProperty.builder()
.enableTransitiveMatching(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMatchingWorkflow.MatchingConfigPropertystatic final classAn implementation forCfnMatchingWorkflow.MatchingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableTransitiveMatching
Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-