steps

@JvmName(name = "rypympkvjorbdxim")
suspend fun steps(value: Output<List<LaunchScheduledSplitsConfigStepArgs>>)
@JvmName(name = "jtjnegotsefpelul")
suspend fun steps(value: List<LaunchScheduledSplitsConfigStepArgs>)

Parameters

value

One or up to six blocks 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. Detailed below.


@JvmName(name = "chqgegtclbjtxjec")
suspend fun steps(vararg values: Output<LaunchScheduledSplitsConfigStepArgs>)


@JvmName(name = "pllfqqwmeocpkaub")
suspend fun steps(values: List<Output<LaunchScheduledSplitsConfigStepArgs>>)
@JvmName(name = "mftydfqupyraslgb")
suspend fun steps(vararg values: LaunchScheduledSplitsConfigStepArgs)

Parameters

values

One or up to six blocks 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. Detailed below.


@JvmName(name = "coqtesousgcnygjr")
suspend fun steps(argument: List<suspend LaunchScheduledSplitsConfigStepArgsBuilder.() -> Unit>)
@JvmName(name = "sdresobwrysxxcjo")
suspend fun steps(vararg argument: suspend LaunchScheduledSplitsConfigStepArgsBuilder.() -> Unit)
@JvmName(name = "ayiqmnhesbcrjfew")
suspend fun steps(argument: suspend LaunchScheduledSplitsConfigStepArgsBuilder.() -> Unit)

Parameters

argument

One or up to six blocks 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. Detailed below.