Interface CfnMatchingWorkflowPropsMixin.RuleProperty

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

@Stability(Stable) public static interface CfnMatchingWorkflowPropsMixin.RuleProperty extends software.amazon.jsii.JsiiSerializable
An object containing the ruleName and matchingKeys .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.entityresolution.mixins.*;
 RuleProperty ruleProperty = RuleProperty.builder()
         .matchingKeys(List.of("matchingKeys"))
         .ruleName("ruleName")
         .build();
 

See Also: