RuleSendNotificationActionArgs

data class RuleSendNotificationActionArgs(val content: Output<String>, val contentType: Output<RuleSendNotificationActionContentType>, val deliveryMethod: Output<RuleSendNotificationActionDeliveryMethod>, val recipient: Output<RuleNotificationRecipientTypeArgs>, val subject: Output<String>? = null) : ConvertibleToJava<RuleSendNotificationActionArgs>

The definition for sending notification action.

Constructors

Link copied to clipboard
constructor(content: Output<String>, contentType: Output<RuleSendNotificationActionContentType>, deliveryMethod: Output<RuleSendNotificationActionDeliveryMethod>, recipient: Output<RuleNotificationRecipientTypeArgs>, subject: Output<String>? = null)

Properties

Link copied to clipboard
val content: Output<String>

The content of notification.

Link copied to clipboard

The type of content.

Link copied to clipboard

The means of delivery.

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

The subject of notification.

Functions

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