Show / Hide Table of Contents

Interface CfnMatchingWorkflowPropsMixin.IMatchingConfigProperty

Configuration for matching behavior within rule condition properties.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnMatchingWorkflowPropsMixin.IMatchingConfigProperty
Syntax (vb)
Public Interface CfnMatchingWorkflowPropsMixin.IMatchingConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-matchingconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.EntityResolution;

             var matchingConfigProperty = new MatchingConfigProperty {
                 EnableTransitiveMatching = false
             };

Synopsis

Properties

EnableTransitiveMatching

Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups.

Properties

EnableTransitiveMatching

Enables transitive matching to process records across all rule levels and connect unmatched records to existing match groups.

object? EnableTransitiveMatching { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-matchingconfig.html#cfn-entityresolution-matchingworkflow-matchingconfig-enabletransitivematching

Type union: either bool or IResolvable

Back to top Generated by DocFX