allowedExitCodes

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

Parameters

value

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


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


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

Parameters

values

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