NotificationEventReceiverArgs

data class NotificationEventReceiverArgs(val receiverType: Output<String>? = null, val receiverValue: Output<NotificationReceiverValueArgs>? = null) : ConvertibleToJava<NotificationEventReceiverArgs>

A notification event receivers.

Constructors

Link copied to clipboard
constructor(receiverType: Output<String>? = null, receiverValue: Output<NotificationReceiverValueArgs>? = null)

Properties

Link copied to clipboard
val receiverType: Output<String>? = null

The type of the notification event receiver.

Link copied to clipboard

The notification event receiver value.

Functions

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