ActionHttpRunAfterArgs

data class ActionHttpRunAfterArgs(val actionName: Output<String>, val actionResult: Output<String>) : ConvertibleToJava<ActionHttpRunAfterArgs>

Constructors

Link copied to clipboard
fun ActionHttpRunAfterArgs(actionName: Output<String>, actionResult: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ActionHttpRunAfterArgs

Properties

Link copied to clipboard
val actionName: Output<String>

Specifies the name of the precedent HTTP Action.

Link copied to clipboard
val actionResult: Output<String>

Specifies the expected result of the precedent HTTP Action, only after which the current HTTP Action will be triggered. Possible values include Succeeded, Failed, Skipped and TimedOut.