Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Schedule' | |
|
Instances
Eq Schedule Source # | |
Read Schedule Source # | |
Show Schedule Source # | |
Generic Schedule Source # | |
NFData Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
Hashable Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
ToJSON Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule | |
FromJSON Schedule Source # | |
type Rep Schedule Source # | |
Defined in Amazonka.IoTAnalytics.Types.Schedule type Rep Schedule = D1 ('MetaData "Schedule" "Amazonka.IoTAnalytics.Types.Schedule" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" '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.