ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs

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

Constructors

constructor(arn: Output<String>? = null, jsonParams: Output<String>? = null, level: Output<String>? = null, targetListId: Output<String>? = null)

Properties

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

The Alibaba Cloud Resource Name (ARN) of the resource.

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

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

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

The alert level. Valid values: CRITICAL, WARN, INFO.

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

The ID of the resource for which alerts are triggered.

Functions

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