AlarmTarget

data class AlarmTarget(val arn: String? = null, val jsonParams: String? = null, val level: String? = null, val targetId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, jsonParams: String? = null, level: String? = null, targetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Alibaba Cloud Resource Name (ARN) of the resource. Simple Message Queue (formerly MNS) (SMQ), Auto Scaling, Simple Log Service, and Function Compute are supported:

Link copied to clipboard
val jsonParams: String? = null

The parameters of the alert callback. The parameters are in the JSON format.

Link copied to clipboard
val level: String? = null

The level of the alert. Valid values: Critical, Warn, Info.

Link copied to clipboard
val targetId: String? = null

The ID of the resource for which alerts are triggered. For more information about how to obtain the ID of the resource for which alerts are triggered, see DescribeMetricRuleTargets .