interface MatchingConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution.CfnMatchingWorkflowPropsMixin.MatchingConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsentityresolution#CfnMatchingWorkflowPropsMixin_MatchingConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.MatchingConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_entityresolution.CfnMatchingWorkflowPropsMixin.MatchingConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_entityresolution » CfnMatchingWorkflowPropsMixin » MatchingConfigProperty |
Configuration for matching behavior within rule condition properties.
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/cfn-property-mixins';
const matchingConfigProperty: entityresolution.CfnMatchingWorkflowPropsMixin.MatchingConfigProperty = {
enableTransitiveMatching: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enable | boolean | IResolvable | Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups. |
enableTransitiveMatching?
Type:
boolean | IResolvable
(optional)
Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups.

.NET
Go
Java
Python
TypeScript