eventTypes

@JvmName(name = "imsktulyacksndqm")
suspend fun eventTypes(value: Output<List<String>>)
@JvmName(name = "emjtemhefypmwhto")
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 = "tbobckpibnbhivms")
suspend fun eventTypes(vararg values: Output<String>)


@JvmName(name = "kjpcmxvvfrbcobmc")
suspend fun eventTypes(values: List<Output<String>>)
@JvmName(name = "lyxxqfdestoetlfs")
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.