eventTypes

@JvmName(name = "sddccjksgqcntjgm")
suspend fun eventTypes(value: Output<List<NotificationConfigEventTypesItem>>)
@JvmName(name = "jdfislvtqfgmmlqm")
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 = "ixodnufeleryeene")
suspend fun eventTypes(vararg values: Output<NotificationConfigEventTypesItem>)


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

Parameters

values

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