AlertPrometheusRuleGroupRuleActionArgs

data class AlertPrometheusRuleGroupRuleActionArgs(val actionGroupId: Output<String>, val actionProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<AlertPrometheusRuleGroupRuleActionArgs>

Constructors

Link copied to clipboard
constructor(actionGroupId: Output<String>, actionProperties: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val actionGroupId: Output<String>

Specifies the resource id of the monitor action group.

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

Specifies the properties of an action group object.

Functions

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