PrometheusRuleGroupActionResponse

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

An alert action. Only relevant for alerts.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionGroupId: String? = null

The resource id of the action group to use.

Link copied to clipboard

The properties of an action group object.