Class CfnDomain.MatchingRuleProperty
Specifies how the rule-based matching process should match profiles.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain.MatchingRuleProperty : CfnDomain.IMatchingRuleProperty
Syntax (vb)
Public Class CfnDomain.MatchingRuleProperty Implements CfnDomain.IMatchingRuleProperty
Remarks
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.AWS.CustomerProfiles;
var matchingRuleProperty = new MatchingRuleProperty {
Rule = new [] { "rule" }
};
Synopsis
Constructors
| MatchingRuleProperty() | Specifies how the rule-based matching process should match profiles. |
Properties
| Rule | A single rule level of the |
Constructors
MatchingRuleProperty()
Specifies how the rule-based matching process should match profiles.
public MatchingRuleProperty()
Remarks
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.AWS.CustomerProfiles;
var matchingRuleProperty = new MatchingRuleProperty {
Rule = new [] { "rule" }
};
Properties
Rule
A single rule level of the MatchRules .
public string[] Rule { get; set; }
Property Value
string[]
Remarks
Configures how the rule-based matching process should match profiles.