interface RuleConditionPropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#CfnMatchingWorkflow_RuleConditionPropertiesProperty |
![]() | software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty |
![]() | aws_cdk.aws_entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty |
![]() | aws-cdk-lib » aws_entityresolution » CfnMatchingWorkflow » RuleConditionPropertiesProperty |
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 { aws_entityresolution as entityresolution } from 'aws-cdk-lib';
const ruleConditionPropertiesProperty: entityresolution.CfnMatchingWorkflow.RuleConditionPropertiesProperty = {
rules: [{
condition: 'condition',
ruleName: 'ruleName',
}],
};
Properties
Name | Type | Description |
---|---|---|
rules | IResolvable | IResolvable | Rule [] | A list of rule objects, each of which have fields ruleName and condition . |
rules
Type:
IResolvable
|
IResolvable
|
Rule
[]
A list of rule objects, each of which have fields ruleName
and condition
.