AWS::CustomerProfiles::Domain AutoMerging
Configuration information about the auto-merging process.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConflictResolution" :
ConflictResolution
, "Consolidation" :Consolidation
, "Enabled" :Boolean
, "MinAllowedConfidenceScoreForMerging" :Number
}
YAML
ConflictResolution:
ConflictResolution
Consolidation:Consolidation
Enabled:Boolean
MinAllowedConfidenceScoreForMerging:Number
Properties
ConflictResolution
-
Determines how the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and Profile B have the same
FirstName
andLastName
,ConflictResolution
specifies whichEmailAddress
should be used.Required: No
Type: ConflictResolution
Update requires: No interruption
Consolidation
-
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.
Required: No
Type: Consolidation
Update requires: No interruption
Enabled
-
The flag that enables the auto-merging of duplicate profiles.
Required: Yes
Type: Boolean
Update requires: No interruption
MinAllowedConfidenceScoreForMerging
-
A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means that a higher similarity is required to merge profiles.
Required: No
Type: Number
Minimum:
0
Maximum:
1
Update requires: No interruption