Interface CfnDomainPropsMixin.IConflictResolutionProperty
Determines how the auto-merging process should resolve conflicts between different profiles.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDomainPropsMixin.IConflictResolutionProperty
Syntax (vb)
Public Interface CfnDomainPropsMixin.IConflictResolutionProperty
Remarks
For example, if Profile A and Profile B have the same FirstName and LastName , ConflictResolution specifies which EmailAddress should be used.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles;
var conflictResolutionProperty = new ConflictResolutionProperty {
ConflictResolvingModel = "conflictResolvingModel",
SourceName = "sourceName"
};
Synopsis
Properties
| ConflictResolvingModel | How the auto-merging process should resolve conflicts between different profiles. |
| SourceName | The |
Properties
ConflictResolvingModel
How the auto-merging process should resolve conflicts between different profiles.
string? ConflictResolvingModel { get; }
Property Value
Remarks
SourceName
The ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel .
string? SourceName { get; }