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

.NET
Go
Java
Python
TypeScript