matchingTypes

@JvmName(name = "mwlrwyxoqaaoqegh")
suspend fun matchingTypes(value: Output<List<String>>)
@JvmName(name = "xhhqajmvrsvqaxol")
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 = "pdypyysyvxdfltsk")
suspend fun matchingTypes(vararg values: Output<String>)


@JvmName(name = "jebhbskxaqplxjer")
suspend fun matchingTypes(values: List<Output<String>>)
@JvmName(name = "wkeqwtoorrtajqau")
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".