| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CustomerProfiles.Types.ConflictResolution
Description
Documentation
data ConflictResolution Source #
How the auto-merging process should resolve conflicts between different profiles.
See: newConflictResolution smart constructor.
Constructors
| ConflictResolution' | |
Fields
| |
Instances
newConflictResolution Source #
Arguments
| :: ConflictResolvingModel | |
| -> ConflictResolution |
Create a value of ConflictResolution with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sourceName:ConflictResolution', conflictResolution_sourceName - The ObjectType name that is used to resolve profile merging conflicts
when choosing SOURCE as the ConflictResolvingModel.
$sel:conflictResolvingModel:ConflictResolution', conflictResolution_conflictResolvingModel - 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, thenRECENCYis used again.
conflictResolution_sourceName :: Lens' ConflictResolution (Maybe Text) Source #
The ObjectType name that is used to resolve profile merging conflicts
when choosing SOURCE as the ConflictResolvingModel.
conflictResolution_conflictResolvingModel :: Lens' ConflictResolution ConflictResolvingModel Source #
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, thenRECENCYis used again.