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