conditions

@JvmName(name = "bygvrqlfinqdgfvh")
suspend fun conditions(value: Output<List<Any>>)
@JvmName(name = "bdfbemrksnfmlesh")
suspend fun conditions(value: List<Any>?)

Parameters

value

The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"


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


@JvmName(name = "tgpspqghllumxdgg")
suspend fun conditions(values: List<Output<Any>>)
@JvmName(name = "yhcqxnrrblgoupsu")
suspend fun conditions(vararg values: Any)

Parameters

values

The conditions of this rule. All conditions must match the email for the actions to be executed. An empty list of conditions means that all emails match, but are still subject to any "unless conditions"