scheduledSplitsConfig

@JvmName(name = "wcsdauwvcfkymmgq")
suspend fun scheduledSplitsConfig(value: Output<List<LaunchStepConfigArgs>>)
@JvmName(name = "uyplslsklnushkig")
suspend fun scheduledSplitsConfig(value: List<LaunchStepConfigArgs>?)

Parameters

value

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.


@JvmName(name = "mgitaywhxxnapmqf")
suspend fun scheduledSplitsConfig(vararg values: Output<LaunchStepConfigArgs>)


@JvmName(name = "amnfamyfuhutyxtr")
suspend fun scheduledSplitsConfig(values: List<Output<LaunchStepConfigArgs>>)
@JvmName(name = "bhroqjttpcidithc")
suspend fun scheduledSplitsConfig(vararg values: LaunchStepConfigArgs)

Parameters

values

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.


@JvmName(name = "meybyelcfvhhcbrb")
suspend fun scheduledSplitsConfig(argument: List<suspend LaunchStepConfigArgsBuilder.() -> Unit>)
@JvmName(name = "xqdpevurgkyqlvyv")
suspend fun scheduledSplitsConfig(vararg argument: suspend LaunchStepConfigArgsBuilder.() -> Unit)
@JvmName(name = "qnnrbxotttpftaqe")
suspend fun scheduledSplitsConfig(argument: suspend LaunchStepConfigArgsBuilder.() -> Unit)

Parameters

argument

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.