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 |
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.
RandomSplitActivity' | |
|
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.