interface ConsolidationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles.CfnDomainPropsMixin.ConsolidationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscustomerprofiles#CfnDomainPropsMixin_ConsolidationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnDomainPropsMixin.ConsolidationProperty |
Python | aws_cdk.cfn_property_mixins.aws_customerprofiles.CfnDomainPropsMixin.ConsolidationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_customerprofiles » CfnDomainPropsMixin » 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/cfn-property-mixins';
const consolidationProperty: customerprofiles.CfnDomainPropsMixin.ConsolidationProperty = {
matchingAttributesList: [['matchingAttributesList']],
};
Properties
| Name | Type | Description |
|---|---|---|
| matching | string[][] | IResolvable | A list of matching criteria. |
matchingAttributesList?
Type:
string[][] | IResolvable
(optional)
A list of matching criteria.

.NET
Go
Java
Python
TypeScript