EventArgs

data class EventArgs(val eventName: Output<Either<String, NotificationChannelEventType>>? = null) : ConvertibleToJava<EventArgs>

An event to be notified for.

Constructors

Link copied to clipboard
constructor(eventName: Output<Either<String, NotificationChannelEventType>>? = null)

Properties

Link copied to clipboard
val eventName: Output<Either<String, NotificationChannelEventType>>? = null

The event type for which this notification is enabled (i.e. AutoShutdown, Cost)

Functions

Link copied to clipboard
open override fun toJava(): EventArgs