| 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.JobSchedule
Description
Documentation
data JobSchedule Source #
The day and time when do you want to start the Identity Resolution Job every week.
See: newJobSchedule smart constructor.
Constructors
| JobSchedule' | |
Fields
| |
Instances
Arguments
| :: JobScheduleDayOfTheWeek | |
| -> Text | |
| -> JobSchedule |
Create a value of JobSchedule 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:dayOfTheWeek:JobSchedule', jobSchedule_dayOfTheWeek - The day when the Identity Resolution Job should run every week.
$sel:time:JobSchedule', jobSchedule_time - The time when the Identity Resolution Job should run every week.
jobSchedule_dayOfTheWeek :: Lens' JobSchedule JobScheduleDayOfTheWeek Source #
The day when the Identity Resolution Job should run every week.
jobSchedule_time :: Lens' JobSchedule Text Source #
The time when the Identity Resolution Job should run every week.