eventTypes

@JvmName(name = "ekwkguyverdhwypq")
suspend fun eventTypes(value: Output<List<String>>)
@JvmName(name = "krvxrfociqxpcohf")
suspend fun eventTypes(value: List<String>?)

Parameters

value

If present, only send notifications about listed event types. If empty, sent notifications for all event types.


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


@JvmName(name = "xyspsxnfnswppowo")
suspend fun eventTypes(values: List<Output<String>>)
@JvmName(name = "hswxydyssgrsvbfu")
suspend fun eventTypes(vararg values: String)

Parameters

values

If present, only send notifications about listed event types. If empty, sent notifications for all event types.