| 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.TimeStreamQuery.Types.ScheduleConfiguration
Description
Documentation
data ScheduleConfiguration Source #
Configuration of the schedule of the query.
See: newScheduleConfiguration smart constructor.
Constructors
| ScheduleConfiguration' | |
Fields
| |
Instances
newScheduleConfiguration Source #
Create a value of ScheduleConfiguration 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:scheduleExpression:ScheduleConfiguration', scheduleConfiguration_scheduleExpression - An expression that denotes when to trigger the scheduled query run. This
can be a cron expression or a rate expression.
scheduleConfiguration_scheduleExpression :: Lens' ScheduleConfiguration Text Source #
An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.