Interface CfnMatchingWorkflowPropsMixin.RuleConditionPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMatchingWorkflowPropsMixin.RuleConditionPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnMatchingWorkflowPropsMixin
@Stability(Stable)
public static interface CfnMatchingWorkflowPropsMixin.RuleConditionPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
The properties of a rule condition that provides the ability to use more complex syntax.
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.*;
RuleConditionPropertiesProperty ruleConditionPropertiesProperty = RuleConditionPropertiesProperty.builder()
.rules(List.of(RuleConditionProperty.builder()
.condition("condition")
.ruleName("ruleName")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMatchingWorkflowPropsMixin.RuleConditionPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRules
A list of rule objects, each of which have fieldsruleNameandcondition.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMatchingWorkflowPropsMixin.RuleConditionProperty>- See Also:
-
builder
@Stability(Stable) static CfnMatchingWorkflowPropsMixin.RuleConditionPropertiesProperty.Builder builder()
-