| 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.MatchingRequest
Description
Synopsis
- data MatchingRequest = MatchingRequest' {}
- newMatchingRequest :: Bool -> MatchingRequest
- matchingRequest_autoMerging :: Lens' MatchingRequest (Maybe AutoMerging)
- matchingRequest_exportingConfig :: Lens' MatchingRequest (Maybe ExportingConfig)
- matchingRequest_jobSchedule :: Lens' MatchingRequest (Maybe JobSchedule)
- matchingRequest_enabled :: Lens' MatchingRequest Bool
Documentation
data MatchingRequest Source #
The flag that enables the matching process of duplicate profiles.
See: newMatchingRequest smart constructor.
Constructors
| MatchingRequest' | |
Fields
| |
Instances
Arguments
| :: Bool | |
| -> MatchingRequest |
Create a value of MatchingRequest 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:autoMerging:MatchingRequest', matchingRequest_autoMerging - Configuration information about the auto-merging process.
$sel:exportingConfig:MatchingRequest', matchingRequest_exportingConfig - Configuration information for exporting Identity Resolution results, for
example, to an S3 bucket.
$sel:jobSchedule:MatchingRequest', matchingRequest_jobSchedule - The day and time when do you want to start the Identity Resolution Job
every week.
MatchingRequest, matchingRequest_enabled - The flag that enables the matching process of duplicate profiles.
matchingRequest_autoMerging :: Lens' MatchingRequest (Maybe AutoMerging) Source #
Configuration information about the auto-merging process.
matchingRequest_exportingConfig :: Lens' MatchingRequest (Maybe ExportingConfig) Source #
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
matchingRequest_jobSchedule :: Lens' MatchingRequest (Maybe JobSchedule) Source #
The day and time when do you want to start the Identity Resolution Job every week.
matchingRequest_enabled :: Lens' MatchingRequest Bool Source #
The flag that enables the matching process of duplicate profiles.