Class CfnIdNamespace.RuleProperty
An object containing RuleName
, and MatchingKeys
.
Inheritance
Implements
Namespace: Amazon.CDK.AwsEntityresolution
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RuleProperty : Object, CfnIdNamespace.IRuleProperty
Syntax (vb)
Public Class RuleProperty
Inherits Object
Implements CfnIdNamespace.IRuleProperty
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_entityresolution;
var ruleProperty = new RuleProperty {
MatchingKeys = new [] { "matchingKeys" },
RuleName = "ruleName"
};
Synopsis
Constructors
Rule |
Properties
Matching |
A list of |
Rule |
A name for the matching rule. |
Constructors
RuleProperty()
public RuleProperty()
Properties
MatchingKeys
A list of MatchingKeys
.
public string[] MatchingKeys { get; set; }
Property Value
System.
Remarks
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
A name for the matching rule.
public string RuleName { get; set; }
Property Value
System.