interface ConsolidationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CustomerProfiles.CfnDomain.ConsolidationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnDomain_ConsolidationProperty |
Java | software.amazon.awscdk.services.customerprofiles.CfnDomain.ConsolidationProperty |
Python | aws_cdk.aws_customerprofiles.CfnDomain.ConsolidationProperty |
TypeScript | aws-cdk-lib » aws_customerprofiles » CfnDomain » ConsolidationProperty |
A list of matching attributes that represent matching criteria.
If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.
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-lib';
const consolidationProperty: customerprofiles.CfnDomain.ConsolidationProperty = {
matchingAttributesList: [['matchingAttributesList']],
};
Properties
| Name | Type | Description |
|---|---|---|
| matching | IResolvable | string[][] | A list of matching criteria. |
matchingAttributesList
Type:
IResolvable | string[][]
A list of matching criteria.

.NET
Go
Java
Python
TypeScript