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 StartCondition = StartCondition' {}
- newStartCondition :: StartCondition
- startCondition_segmentStartCondition :: Lens' StartCondition (Maybe SegmentCondition)
- startCondition_eventStartCondition :: Lens' StartCondition (Maybe EventStartCondition)
- startCondition_description :: Lens' StartCondition (Maybe Text)
Documentation
data StartCondition Source #
Specifies the conditions for the first activity in a journey. This activity and its conditions determine which users are participants in a journey.
See: newStartCondition
smart constructor.
StartCondition' | |
|
Instances
newStartCondition :: StartCondition Source #
Create a value of StartCondition
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:segmentStartCondition:StartCondition'
, startCondition_segmentStartCondition
- The segment that's associated with the first activity in the journey.
This segment determines which users are participants in the journey.
$sel:eventStartCondition:StartCondition'
, startCondition_eventStartCondition
- Undocumented member.
$sel:description:StartCondition'
, startCondition_description
- The custom description of the condition.
startCondition_segmentStartCondition :: Lens' StartCondition (Maybe SegmentCondition) Source #
The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.
startCondition_eventStartCondition :: Lens' StartCondition (Maybe EventStartCondition) Source #
Undocumented member.
startCondition_description :: Lens' StartCondition (Maybe Text) Source #
The custom description of the condition.