ScheduledQueryRulesAlertActionArgs

data class ScheduledQueryRulesAlertActionArgs(val actionGroups: Output<List<String>>, val customWebhookPayload: Output<String>? = null, val emailSubject: Output<String>? = null) : ConvertibleToJava<ScheduledQueryRulesAlertActionArgs>

Constructors

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

Properties

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

List of action group reference resource IDs.

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

Custom payload to be sent for all webhook payloads in alerting action.

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

Custom subject override for all email ids in Azure action group.

Functions

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