MonitoringAgentProcessProps
Properties for defining a MonitoringAgentProcess
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitoringagentprocess
Initializer
import ros_cdk_cms
ros_cdk_cms.MonitoringAgentProcessProps(
instance_id: typing.Union[str, IResolvable],
process_name: typing.Union[str, IResolvable] = None,
process_user: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceId: The ID of the instance. |
process_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property processName: The name of the process. |
process_user |
typing.Union[str, ros_cdk_core.IResolvable] |
Property processUser: The user who launched the process. |
instance_id
Required
instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceId: The ID of the instance.
process_name
Optional
process_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property processName: The name of the process.
process_user
Optional
process_user: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property processUser: The user who launched the process.