Rule Send Notification Action Args
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)