nextStepIfMatched

@JvmName(name = "fkvbhisnkvbtfbda")
suspend fun nextStepIfMatched(value: Output<Either<String, NextStep>>)
@JvmName(name = "opctiaboysweinjv")
suspend fun nextStepIfMatched(value: Either<String, NextStep>?)
@JvmName(name = "rmnoylgmtkjqxulp")
fun nextStepIfMatched(value: String)
@JvmName(name = "cbnfqmltinkfdnit")
fun nextStepIfMatched(value: NextStep)

Parameters

value

Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'.