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 SimpleCondition = SimpleCondition' {}
- newSimpleCondition :: SimpleCondition
- simpleCondition_segmentDimensions :: Lens' SimpleCondition (Maybe SegmentDimensions)
- simpleCondition_eventCondition :: Lens' SimpleCondition (Maybe EventCondition)
- simpleCondition_segmentCondition :: Lens' SimpleCondition (Maybe SegmentCondition)
Documentation
data SimpleCondition Source #
Specifies a condition to evaluate for an activity in a journey.
See: newSimpleCondition
smart constructor.
SimpleCondition' | |
|
Instances
newSimpleCondition :: SimpleCondition Source #
Create a value of SimpleCondition
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:segmentDimensions:SimpleCondition'
, simpleCondition_segmentDimensions
- The dimension settings for the segment that's associated with the
activity.
$sel:eventCondition:SimpleCondition'
, simpleCondition_eventCondition
- The dimension settings for the event that's associated with the
activity.
$sel:segmentCondition:SimpleCondition'
, simpleCondition_segmentCondition
- The segment that's associated with the activity.
simpleCondition_segmentDimensions :: Lens' SimpleCondition (Maybe SegmentDimensions) Source #
The dimension settings for the segment that's associated with the activity.
simpleCondition_eventCondition :: Lens' SimpleCondition (Maybe EventCondition) Source #
The dimension settings for the event that's associated with the activity.
simpleCondition_segmentCondition :: Lens' SimpleCondition (Maybe SegmentCondition) Source #
The segment that's associated with the activity.