Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConflictResolution

import type { ConflictResolution } from "https://aws-api.deno.dev/v0.3/services/customerprofiles.ts?docs=full";

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

interface ConflictResolution {
ConflictResolvingModel: ConflictResolvingModel;
SourceName?: string | null;
}

§Properties

§
ConflictResolvingModel: ConflictResolvingModel
[src]

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

  • RECENCY: Uses the data that was most recently updated.
  • SOURCE: Uses the data from a specific source. For example, if a company has been aquired or two departments have merged, data from the specified source is used. If two duplicate profiles are from the same source, then RECENCY is used again.
§
SourceName?: string | null
[src]

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