ActionHttpRunAfterArgs

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

Constructors

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

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.

Functions

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