SmartDetectorAlertRuleActionGroupArgs

data class SmartDetectorAlertRuleActionGroupArgs(val emailSubject: Output<String>? = null, val ids: Output<List<String>>, val webhookPayload: Output<String>? = null) : ConvertibleToJava<SmartDetectorAlertRuleActionGroupArgs>

Constructors

Link copied to clipboard
constructor(emailSubject: Output<String>? = null, ids: Output<List<String>>, webhookPayload: Output<String>? = null)

Properties

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

Specifies a custom email subject if Email Receiver is specified in Monitor Action Group resource.

Link copied to clipboard
val ids: Output<List<String>>

Specifies the action group ids.

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

A JSON String which Specifies the custom webhook payload if Webhook Receiver is specified in Monitor Action Group resource.

Functions

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