Skip to content

MonitorGroupsProps

Properties for defining a MonitorGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-monitorgroups

Initializer

import com.aliyun.ros.cdk.cms.datasource.MonitorGroupsProps;
MonitorGroupsProps.builder()
//  .dynamicTagRuleId(java.lang.String)
//  .dynamicTagRuleId(IResolvable)
//  .groupId(java.lang.Number)
//  .groupId(IResolvable)
//  .monitorGroupName(java.lang.String)
//  .monitorGroupName(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
//  .type(java.lang.String)
//  .type(IResolvable)
    .build();

Properties

Name Type Description
dynamicTagRuleId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dynamicTagRuleId: The ID of the tag rule.
groupId java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property groupId: The IDs of the application groups.
monitorGroupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property monitorGroupName: The name of the application group.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
type java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property type: The type of the application group.

dynamicTagRuleIdOptional

public java.lang.Object getDynamicTagRuleId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property dynamicTagRuleId: The ID of the tag rule.


groupIdOptional

public java.lang.Object getGroupId();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

Property groupId: The IDs of the application groups.


monitorGroupNameOptional

public java.lang.Object getMonitorGroupName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property monitorGroupName: The name of the application group.


refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

typeOptional

public java.lang.Object getType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property type: The type of the application group.

Valid values: custom: a self-managed application group. ehpc_cluster: an application group that is synchronized from an Elastic High Performance Computing (E-HPC) cluster. kubernetes: an application group that is synchronized from a Container Service for Kubernetes (ACK) cluster.