Show / Hide Table of Contents

Class CfnDomain.MatchingRuleProperty

Specifies how the rule-based matching process should match profiles.

Inheritance
object
CfnDomain.MatchingRuleProperty
Implements
CfnDomain.IMatchingRuleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-matchingrule.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.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 MatchRules .

Constructors

MatchingRuleProperty()

Specifies how the rule-based matching process should match profiles.

public MatchingRuleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-matchingrule.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.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-matchingrule.html#cfn-customerprofiles-domain-matchingrule-rule

Implements

CfnDomain.IMatchingRuleProperty
Back to top Generated by DocFX