unless

@JvmName(name = "roykrevqmovjvctd")
suspend fun unless(value: Output<List<Any>>)
@JvmName(name = "copswggofkbevqdb")
suspend fun unless(value: List<Any>?)

Parameters

value

The "unless conditions" of this rule. None of the conditions can match the email for the actions to be executed. If any of these conditions do match the email, then the actions are not executed.


@JvmName(name = "hvttpeqylencaosb")
suspend fun unless(vararg values: Output<Any>)


@JvmName(name = "ggydjtgfbtyxsqvs")
suspend fun unless(values: List<Output<Any>>)
@JvmName(name = "vdkutbpoqwiafuaw")
suspend fun unless(vararg values: Any)

Parameters

values

The "unless conditions" of this rule. None of the conditions can match the email for the actions to be executed. If any of these conditions do match the email, then the actions are not executed.