| 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.IoTAnalytics.Types.Schedule
Description
Synopsis
- data Schedule = Schedule' {
- expression :: Maybe Text
- newSchedule :: Schedule
- schedule_expression :: Lens' Schedule (Maybe Text)
Documentation
The schedule for when to trigger an update.
See: newSchedule smart constructor.
Constructors
| Schedule' | |
Fields
| |
Instances
| FromJSON Schedule Source # | |
| ToJSON Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
| Generic Schedule Source # | |
| Read Schedule Source # | |
| Show Schedule Source # | |
| NFData Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
| Eq Schedule Source # | |
| Hashable Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
| type Rep Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule type Rep Schedule = D1 ('MetaData "Schedule" "Amazonka.IoTAnalytics.Types.Schedule" "amazonka-iot-analytics-2.0-2pxFb0PbSzA9ccOL4CofY4" 'False) (C1 ('MetaCons "Schedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newSchedule :: Schedule Source #
Create a value of Schedule 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:expression:Schedule', schedule_expression - The expression that defines when to trigger an update. For more
information, see
Schedule Expressions for Rules
in the Amazon CloudWatch Events User Guide.
schedule_expression :: Lens' Schedule (Maybe Text) Source #
The expression that defines when to trigger an update. For more information, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.