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 JourneyLimits = JourneyLimits' {}
- newJourneyLimits :: JourneyLimits
- journeyLimits_messagesPerSecond :: Lens' JourneyLimits (Maybe Int)
- journeyLimits_endpointReentryCap :: Lens' JourneyLimits (Maybe Int)
- journeyLimits_endpointReentryInterval :: Lens' JourneyLimits (Maybe Text)
- journeyLimits_dailyCap :: Lens' JourneyLimits (Maybe Int)
Documentation
data JourneyLimits Source #
Specifies limits on the messages that a journey can send and the number of times participants can enter a journey.
See: newJourneyLimits
smart constructor.
JourneyLimits' | |
|
Instances
newJourneyLimits :: JourneyLimits Source #
Create a value of JourneyLimits
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:messagesPerSecond:JourneyLimits'
, journeyLimits_messagesPerSecond
- The maximum number of messages that the journey can send each second.
$sel:endpointReentryCap:JourneyLimits'
, journeyLimits_endpointReentryCap
- The maximum number of times that a participant can enter the journey.
The maximum value is 100. To allow participants to enter the journey an
unlimited number of times, set this value to 0.
$sel:endpointReentryInterval:JourneyLimits'
, journeyLimits_endpointReentryInterval
- Minimum time that must pass before an endpoint can re-enter a given
journey. The duration should use an ISO 8601 format, such as PT1H.
$sel:dailyCap:JourneyLimits'
, journeyLimits_dailyCap
- The maximum number of messages that the journey can send to a single
participant during a 24-hour period. The maximum value is 100.
journeyLimits_messagesPerSecond :: Lens' JourneyLimits (Maybe Int) Source #
The maximum number of messages that the journey can send each second.
journeyLimits_endpointReentryCap :: Lens' JourneyLimits (Maybe Int) Source #
The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.
journeyLimits_endpointReentryInterval :: Lens' JourneyLimits (Maybe Text) Source #
Minimum time that must pass before an endpoint can re-enter a given journey. The duration should use an ISO 8601 format, such as PT1H.
journeyLimits_dailyCap :: Lens' JourneyLimits (Maybe Int) Source #
The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.