interface MatchingRuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins.CfnDomainPropsMixin.MatchingRuleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscustomerprofiles/mixins#CfnDomainPropsMixin_MatchingRuleProperty |
Java | software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.CfnDomainPropsMixin.MatchingRuleProperty |
Python | aws_cdk.mixins_preview.aws_customerprofiles.mixins.CfnDomainPropsMixin.MatchingRuleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_customerprofiles » mixins » 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 { mixins as customerprofiles_mixins } from '@aws-cdk/mixins-preview/aws-customerprofiles';
const matchingRuleProperty: customerprofiles_mixins.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