public static class DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessAlertConfigAlertConfigTargetListTarget
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
arn
The Alibaba Cloud Resource Name (ARN) of the resource.
|
String |
id
The ID of the resource for which alerts are triggered.
|
String |
jsonParmas
The parameters of the alert callback.
|
String |
level
The alert level.
|
| 构造器和说明 |
|---|
DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessAlertConfigAlertConfigTargetListTarget() |
@NameInMap(value="Arn") public String arn
The Alibaba Cloud Resource Name (ARN) of the resource. Format: acs:{Service name abbreviation}:{regionId}:{userId}:/{Resource type}/{Resource name}/message. Example: acs:mns:cn-hangzhou:120886317861\\\\:/queues/test123/message. Fields:
{Service name abbreviation}: the abbreviation of the service name. Set the value to Simple Message Queue (formerly MNS) (SMQ).
{userId}: the ID of the Alibaba Cloud account.
{regionId}: the region ID of the SMQ queue or topic.
{Resource type}: the type of the resource for which alerts are triggered. Valid values:
{Resource name}: the resource name.
acs:mns:cn-hangzhou:120886317861****:/queues/test/message
@NameInMap(value="Id") public String id
The ID of the resource for which alerts are triggered.
example:123
@NameInMap(value="JsonParmas") public String jsonParmas
The parameters of the alert callback. The parameters are in the JSON format.
example:{"customField1":"value1","customField2":"$.name"}
@NameInMap(value="Level") public String level
The alert level. Valid values:
CRITICAL
public DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessAlertConfigAlertConfigTargetListTarget()
public static DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessAlertConfigAlertConfigTargetListTarget build(Map<String,?> map) throws Exception
Exceptionpublic DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessAlertConfigAlertConfigTargetListTarget setArn(String arn)
public String getArn()
public DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessAlertConfigAlertConfigTargetListTarget setId(String id)
public String getId()
public DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessAlertConfigAlertConfigTargetListTarget setJsonParmas(String jsonParmas)
public String getJsonParmas()
public DescribeGroupMonitoringAgentProcessResponseBody.DescribeGroupMonitoringAgentProcessResponseBodyProcessesProcessAlertConfigAlertConfigTargetListTarget setLevel(String level)
public String getLevel()
Copyright © 2026. All rights reserved.