| 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.Evidently.Types.ScheduledSplitsLaunchConfig
Description
Documentation
data ScheduledSplitsLaunchConfig Source #
An array of structures that define the traffic allocation percentages among the feature variations during each step of a launch. This also defines the start time of each step.
See: newScheduledSplitsLaunchConfig smart constructor.
Constructors
| ScheduledSplitsLaunchConfig' | |
Fields
| |
Instances
newScheduledSplitsLaunchConfig Source #
Arguments
| :: NonEmpty ScheduledSplitConfig | |
| -> ScheduledSplitsLaunchConfig |
Create a value of ScheduledSplitsLaunchConfig 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:steps:ScheduledSplitsLaunchConfig', scheduledSplitsLaunchConfig_steps - An array of structures that define the traffic allocation percentages
among the feature variations during each step of the launch. This also
defines the start time of each step.
scheduledSplitsLaunchConfig_steps :: Lens' ScheduledSplitsLaunchConfig (NonEmpty ScheduledSplitConfig) Source #
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step.