| 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.AutoMerging
Description
Synopsis
- data AutoMerging = AutoMerging' {}
- newAutoMerging :: Bool -> AutoMerging
- autoMerging_conflictResolution :: Lens' AutoMerging (Maybe ConflictResolution)
- autoMerging_consolidation :: Lens' AutoMerging (Maybe Consolidation)
- autoMerging_minAllowedConfidenceScoreForMerging :: Lens' AutoMerging (Maybe Double)
- autoMerging_enabled :: Lens' AutoMerging Bool
Documentation
data AutoMerging Source #
Configuration settings for how to perform the auto-merging of profiles.
See: newAutoMerging smart constructor.
Constructors
| AutoMerging' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> AutoMerging |
Create a value of AutoMerging 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:conflictResolution:AutoMerging', autoMerging_conflictResolution - 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 (and that is the matching criteria), which
EmailAddress should be used?
$sel:consolidation:AutoMerging', autoMerging_consolidation - A list of matching attributes that represent matching criteria. If two
profiles meet at least one of the requirements in the matching
attributes list, they will be merged.
$sel:minAllowedConfidenceScoreForMerging:AutoMerging', autoMerging_minAllowedConfidenceScoreForMerging - A number between 0 and 1 that represents the minimum confidence score
required for profiles within a matching group to be merged during the
auto-merge process. A higher score means higher similarity required to
merge profiles.
$sel:enabled:AutoMerging', autoMerging_enabled - The flag that enables the auto-merging of duplicate profiles.
autoMerging_conflictResolution :: Lens' AutoMerging (Maybe ConflictResolution) Source #
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 (and that is the matching criteria), which
EmailAddress should be used?
autoMerging_consolidation :: Lens' AutoMerging (Maybe Consolidation) Source #
A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.
autoMerging_minAllowedConfidenceScoreForMerging :: Lens' AutoMerging (Maybe Double) Source #
A number between 0 and 1 that represents the minimum confidence score required for profiles within a matching group to be merged during the auto-merge process. A higher score means higher similarity required to merge profiles.
autoMerging_enabled :: Lens' AutoMerging Bool Source #
The flag that enables the auto-merging of duplicate profiles.