AlarmTargetArgs

data class AlarmTargetArgs(val arn: Output<String>? = null, val jsonParams: Output<String>? = null, val level: Output<String>? = null, val targetId: Output<String>? = null) : ConvertibleToJava<AlarmTargetArgs>

Constructors

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

Properties

Link copied to clipboard
val arn: Output<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: Output<String>? = null

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

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

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

Link copied to clipboard
val targetId: Output<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 .

Functions

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