MetricAlertActionArgs

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

An alert action.

Constructors

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

Properties

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

the id of the action group to use.

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

This field allows specifying custom properties, which would be appended to the alert payload sent as input to the webhook.

Functions

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