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