Skip to content

MonitorGroupsProps

Properties for defining a MonitorGroups.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms/datasource"
&datasource.MonitorGroupsProps {
    DynamicTagRuleId: interface{},
    GroupId: interface{},
    MonitorGroupName: interface{},
    RefreshOptions: interface{},
    Type: interface{},
}

Properties

Name Type Description
DynamicTagRuleId interface{} Property dynamicTagRuleId: The ID of the tag rule.
GroupId interface{} Property groupId: The IDs of the application groups.
MonitorGroupName interface{} Property monitorGroupName: The name of the application group.
RefreshOptions interface{} Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Type interface{} Property type: The type of the application group.

DynamicTagRuleIdOptional

DynamicTagRuleId interface{}
  • Type: interface{}

Property dynamicTagRuleId: The ID of the tag rule.


GroupIdOptional

GroupId interface{}
  • Type: interface{}

Property groupId: The IDs of the application groups.


MonitorGroupNameOptional

MonitorGroupName interface{}
  • Type: interface{}

Property monitorGroupName: The name of the application group.


RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

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

Type interface{}
  • Type: interface{}

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.