Notification Event Receiver Args
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)