interface RuleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_entityresolution.CfnIdMappingWorkflow.RuleProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsentityresolution#CfnIdMappingWorkflow_RuleProperty |
![]() | software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflow.RuleProperty |
![]() | aws_cdk.aws_entityresolution.CfnIdMappingWorkflow.RuleProperty |
![]() | aws-cdk-lib » aws_entityresolution » CfnIdMappingWorkflow » RuleProperty |
An object containing RuleName
, and MatchingKeys
.
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 ruleProperty: entityresolution.CfnIdMappingWorkflow.RuleProperty = {
matchingKeys: ['matchingKeys'],
ruleName: 'ruleName',
};
Properties
Name | Type | Description |
---|---|---|
matching | string[] | A list of MatchingKeys . |
rule | string | A name for the matching rule. |
matchingKeys
Type:
string[]
A list of MatchingKeys
.
The MatchingKeys
must have been defined in the SchemaMapping
. Two records are considered to match according to this rule if all of the MatchingKeys
match.
ruleName
Type:
string
A name for the matching rule.