Skip to content

MonitoringAgentProcessProps

Properties for defining a MonitoringAgentProcess.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitoringagentprocess

Initializer

import { MonitoringAgentProcessProps } from '@alicloud/ros-cdk-cms'
const monitoringAgentProcessProps: MonitoringAgentProcessProps = { ... }

Properties

Name Type Description
instanceId string | @alicloud/ros-cdk-core.IResolvable Property instanceId: The ID of the instance.
processName string | @alicloud/ros-cdk-core.IResolvable Property processName: The name of the process.
processUser string | @alicloud/ros-cdk-core.IResolvable Property processUser: The user who launched the process.

instanceIdRequired

public readonly instanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property instanceId: The ID of the instance.


processNameOptional

public readonly processName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property processName: The name of the process.


processUserOptional

public readonly processUser: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property processUser: The user who launched the process.