| 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.Pinpoint.Types.StartCondition
Description
Synopsis
- data StartCondition = StartCondition' {}
- newStartCondition :: StartCondition
- startCondition_description :: Lens' StartCondition (Maybe Text)
- startCondition_eventStartCondition :: Lens' StartCondition (Maybe EventStartCondition)
- startCondition_segmentStartCondition :: Lens' StartCondition (Maybe SegmentCondition)
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.
Constructors
| StartCondition' | |
Fields
| |
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:description:StartCondition', startCondition_description - The custom description of the condition.
$sel:eventStartCondition:StartCondition', startCondition_eventStartCondition - Undocumented member.
$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.
startCondition_description :: Lens' StartCondition (Maybe Text) Source #
The custom description of the condition.
startCondition_eventStartCondition :: Lens' StartCondition (Maybe EventStartCondition) Source #
Undocumented member.
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.