nextStepIfMatched

@JvmName(name = "jaaontdhdjeyphyd")
suspend fun nextStepIfMatched(value: Output<String>)
@JvmName(name = "acnopqnlaairkfob")
suspend fun nextStepIfMatched(value: String?)

Parameters

value

The next step after the rule is evaluated. Possible values are Continue, Terminate and Unknown. Defaults to Unknown.