Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-conflictresolution.html

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 ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel .

Properties

ConflictResolvingModel

How the auto-merging process should resolve conflicts between different profiles.

string? ConflictResolvingModel { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-conflictresolution.html#cfn-customerprofiles-domain-conflictresolution-conflictresolvingmodel

SourceName

The ObjectType name that is used to resolve profile merging conflicts when choosing SOURCE as the ConflictResolvingModel .

string? SourceName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-domain-conflictresolution.html#cfn-customerprofiles-domain-conflictresolution-sourcename

Back to top Generated by DocFX