MonitorGroupsProps
Properties for defining a MonitorGroups.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-monitorgroups
Initializer
import { datasource } from '@alicloud/ros-cdk-cms'
const monitorGroupsProps: datasource.MonitorGroupsProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
dynamicTagRuleId | string | @alicloud/ros-cdk-core.IResolvable | Property dynamicTagRuleId: The ID of the tag rule. |
groupId | number | @alicloud/ros-cdk-core.IResolvable | Property groupId: The IDs of the application groups. |
monitorGroupName | string | @alicloud/ros-cdk-core.IResolvable | Property monitorGroupName: The name of the application group. |
refreshOptions | string | @alicloud/ros-cdk-core.IResolvable | Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
type | string | @alicloud/ros-cdk-core.IResolvable | Property type: The type of the application group. |
dynamicTagRuleIdOptional
public readonly dynamicTagRuleId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dynamicTagRuleId: The ID of the tag rule.
groupIdOptional
public readonly groupId: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property groupId: The IDs of the application groups.
monitorGroupNameOptional
public readonly monitorGroupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property monitorGroupName: The name of the application group.
refreshOptionsOptional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/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 readonly type: string | IResolvable;
- Type: string | @alicloud/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.