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
Documentation
data WaitActivity Source #
Specifies the settings for a wait activity in a journey. This type of activity waits for a certain amount of time or until a specific date and time before moving participants to the next activity in a journey.
See: newWaitActivity
smart constructor.
Instances
newWaitActivity :: WaitActivity Source #
Create a value of WaitActivity
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:nextActivity:WaitActivity'
, waitActivity_nextActivity
- The unique identifier for the next activity to perform, after performing
the wait activity.
$sel:waitTime:WaitActivity'
, waitActivity_waitTime
- The amount of time to wait or the date and time when the activity moves
participants to the next activity in the journey.
waitActivity_nextActivity :: Lens' WaitActivity (Maybe Text) Source #
The unique identifier for the next activity to perform, after performing the wait activity.
waitActivity_waitTime :: Lens' WaitActivity (Maybe WaitTime) Source #
The amount of time to wait or the date and time when the activity moves participants to the next activity in the journey.