AWS::CustomerProfiles::Domain ConflictResolution - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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