AWS::CustomerProfiles::Domain 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
and LastName
, ConflictResolution
specifies which
EmailAddress
should be used.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConflictResolvingModel" :
String
, "SourceName" :String
}
YAML
ConflictResolvingModel:
String
SourceName:String
Properties
ConflictResolvingModel
-
How the auto-merging process should resolve conflicts between different profiles.
Required: Yes
Type: String
Allowed values:
RECENCY | SOURCE
Update requires: No interruption
SourceName
-
The
ObjectType
name that is used to resolve profile merging conflicts when choosingSOURCE
as theConflictResolvingModel
.Required: No
Type: String
Minimum:
1
Maximum:
255
Update requires: No interruption