Interface CfnMatchingWorkflowPropsMixin.MatchingConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMatchingWorkflowPropsMixin.MatchingConfigProperty.Jsii$Proxy
Enclosing class:
CfnMatchingWorkflowPropsMixin

@Stability(Stable) public static interface CfnMatchingWorkflowPropsMixin.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.cfnpropertymixins.services.entityresolution.*;
 MatchingConfigProperty matchingConfigProperty = MatchingConfigProperty.builder()
         .enableTransitiveMatching(false)
         .build();
 

See Also: