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 ScheduleConfiguration = ScheduleConfiguration' {}
- newScheduleConfiguration :: ScheduleConfiguration
- scheduleConfiguration_scheduleExpression :: Lens' ScheduleConfiguration (Maybe Text)
- scheduleConfiguration_object :: Lens' ScheduleConfiguration (Maybe Text)
- scheduleConfiguration_firstExecutionFrom :: Lens' ScheduleConfiguration (Maybe Text)
Documentation
data ScheduleConfiguration Source #
The name of the data and how often it should be pulled from the source.
See: newScheduleConfiguration
smart constructor.
ScheduleConfiguration' | |
|
Instances
newScheduleConfiguration :: ScheduleConfiguration 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
- How often the data should be pulled from data source.
$sel:object':ScheduleConfiguration'
, scheduleConfiguration_object
- The name of the object to pull from the data source.
$sel:firstExecutionFrom:ScheduleConfiguration'
, scheduleConfiguration_firstExecutionFrom
- The start date for objects to import in the first flow run.
scheduleConfiguration_scheduleExpression :: Lens' ScheduleConfiguration (Maybe Text) Source #
How often the data should be pulled from data source.
scheduleConfiguration_object :: Lens' ScheduleConfiguration (Maybe Text) Source #
The name of the object to pull from the data source.
scheduleConfiguration_firstExecutionFrom :: Lens' ScheduleConfiguration (Maybe Text) Source #
The start date for objects to import in the first flow run.