scenarios

@JvmName(name = "axdgojeoaphdoseh")
suspend fun scenarios(value: Output<List<Int>>)
@JvmName(name = "ocwvdwobiqpwvrti")
suspend fun scenarios(value: List<Int>?)

Parameters

value

The list of scenarios that should be run during the test. Defaults to the single scenario 0 if unspecified.


@JvmName(name = "qnwiwoodmjvxnqgb")
suspend fun scenarios(vararg values: Output<Int>)


@JvmName(name = "dixcsjxyxrinlgpr")
suspend fun scenarios(values: List<Output<Int>>)
@JvmName(name = "kgjgwdpuemkjrxbl")
suspend fun scenarios(vararg values: Int)

Parameters

values

The list of scenarios that should be run during the test. Defaults to the single scenario 0 if unspecified.