matchingTypes

@JvmName(name = "ohgxowcaqwemwspp")
suspend fun matchingTypes(value: Output<List<String>>)
@JvmName(name = "qgxenlhkmbfnyhge")
suspend fun matchingTypes(value: List<String>?)

Parameters

value

A list of matching types. May be any of "send", "reject", "bounce", "complaint", "delivery", "open", "click", or "renderingFailure".


@JvmName(name = "xpkrvreyadqqwylg")
suspend fun matchingTypes(vararg values: Output<String>)


@JvmName(name = "eqwmufeqattuojbh")
suspend fun matchingTypes(values: List<Output<String>>)
@JvmName(name = "ptkimkeygrgtdjyt")
suspend fun matchingTypes(vararg values: String)

Parameters

values

A list of matching types. May be any of "send", "reject", "bounce", "complaint", "delivery", "open", "click", or "renderingFailure".