allowedExitCodes

@JvmName(name = "lfdlnpukjjbweoid")
suspend fun allowedExitCodes(value: Output<List<Int>>)
@JvmName(name = "xxvtlpktiacjavau")
suspend fun allowedExitCodes(value: List<Int>?)

Parameters

value

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


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


@JvmName(name = "ninfyenpidnscgdx")
suspend fun allowedExitCodes(values: List<Output<Int>>)
@JvmName(name = "ckbjnvqekyglvpij")
suspend fun allowedExitCodes(vararg values: Int)

Parameters

values

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