retryMode

@JvmName(name = "xjthxrwvjjqelbsw")
suspend fun retryMode(value: Output<String>)
@JvmName(name = "lwwcnslwytykhlyh")
suspend fun retryMode(value: String?)

Parameters

value

The method that you want to configure for automatic stage retry on stage failure. You can specify to retry only failed action in the stage or all actions in the stage. Possible values are FAILED_ACTIONS and ALL_ACTIONS.