Interface CfnMatchingWorkflow.RuleConditionProperty

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

@Stability(Stable) public static interface CfnMatchingWorkflow.RuleConditionProperty extends software.amazon.jsii.JsiiSerializable
An object that defines the ruleCondition and the ruleName to use in a matching workflow.

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.*;
 RuleConditionProperty ruleConditionProperty = RuleConditionProperty.builder()
         .condition("condition")
         .ruleName("ruleName")
         .build();
 

See Also: