ScheduledQueryRulesAlertV2ActionArgs

data class ScheduledQueryRulesAlertV2ActionArgs(val actionGroups: Output<List<String>>? = null, val customProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ScheduledQueryRulesAlertV2ActionArgs>

Constructors

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

Properties

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

List of Action Group resource IDs to invoke when the alert fires.

Link copied to clipboard
val customProperties: Output<Map<String, String>>? = null

Specifies the properties of an alert payload.

Functions

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