MonitorGroupsProps
Properties for defining a MonitorGroups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-monitorgroups
Initializer
from ros_cdk_cms import datasource
datasource.MonitorGroupsProps(
dynamic_tag_rule_id: typing.Union[str, IResolvable] = None,
group_id: typing.Union[typing.Union[int, float], IResolvable] = None,
monitor_group_name: typing.Union[str, IResolvable] = None,
refresh_options: typing.Union[str, IResolvable] = None,
type: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
dynamic_tag_rule_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dynamicTagRuleId: The ID of the tag rule. |
group_id |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property groupId: The IDs of the application groups. |
monitor_group_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property monitorGroupName: The name of the application group. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property type: The type of the application group. |
dynamic_tag_rule_id
Optional
dynamic_tag_rule_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dynamicTagRuleId: The ID of the tag rule.
group_id
Optional
group_id: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property groupId: The IDs of the application groups.
monitor_group_name
Optional
monitor_group_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property monitorGroupName: The name of the application group.
refresh_options
Optional
refresh_options: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
type
Optional
type: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.