eventTypes

@JvmName(name = "wtiqbtbkswfggjhl")
suspend fun eventTypes(value: Output<List<NotificationConfigEventTypesItem>>)
@JvmName(name = "iqmofepwmxuahcqx")
suspend fun eventTypes(value: List<NotificationConfigEventTypesItem>?)

Parameters

value

Event types for which a notification is desired. If empty, send notifications for all event types.


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


@JvmName(name = "mvxpgxkwycpveqto")
suspend fun eventTypes(values: List<Output<NotificationConfigEventTypesItem>>)
@JvmName(name = "kbdtlvpljqaqkcar")
suspend fun eventTypes(vararg values: NotificationConfigEventTypesItem)

Parameters

values

Event types for which a notification is desired. If empty, send notifications for all event types.