allowedSuccessCodes

@JvmName(name = "fehidurfwlinpvjv")
suspend fun allowedSuccessCodes(value: Output<List<Int>>)
@JvmName(name = "jrhgokjtqccocvxc")
suspend fun allowedSuccessCodes(value: List<Int>?)

Parameters

value

Defaults to 0. A list of possible return values that the execution can return to indicate a success.


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


@JvmName(name = "ewodormlmmcfqurk")
suspend fun allowedSuccessCodes(values: List<Output<Int>>)
@JvmName(name = "gmudtigskkpryutr")
suspend fun allowedSuccessCodes(vararg values: Int)

Parameters

values

Defaults to 0. A list of possible return values that the execution can return to indicate a success.