interface MatchingRuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles.CfnDomainPropsMixin.MatchingRuleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscustomerprofiles#CfnDomainPropsMixin_MatchingRuleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnDomainPropsMixin.MatchingRuleProperty |
Python | aws_cdk.cfn_property_mixins.aws_customerprofiles.CfnDomainPropsMixin.MatchingRuleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_customerprofiles » CfnDomainPropsMixin » MatchingRuleProperty |
Specifies how the rule-based matching process should match profiles.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from '@aws-cdk/cfn-property-mixins';
const matchingRuleProperty: customerprofiles.CfnDomainPropsMixin.MatchingRuleProperty = {
rule: ['rule'],
};
Properties
| Name | Type | Description |
|---|---|---|
| rule? | string[] | A single rule level of the MatchRules . |
rule?
Type:
string[]
(optional)
A single rule level of the MatchRules .
Configures how the rule-based matching process should match profiles.

.NET
Go
Java
Python
TypeScript