AWS::CustomerProfiles::Domain ConflictResolution - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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 choosing SOURCE as the ConflictResolvingModel.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption