| 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.RandomSplitActivity
Description
Documentation
data RandomSplitActivity Source #
Specifies the settings for a random split activity in a journey. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.
See: newRandomSplitActivity smart constructor.
Constructors
| RandomSplitActivity' | |
Fields
| |
Instances
newRandomSplitActivity :: RandomSplitActivity Source #
Create a value of RandomSplitActivity 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:branches:RandomSplitActivity', randomSplitActivity_branches - The paths for the activity, including the percentage of participants to
enter each path and the activity to perform for each path.
randomSplitActivity_branches :: Lens' RandomSplitActivity (Maybe [RandomSplitEntry]) Source #
The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.