Skip to content

MonitoringAgentProcessProps

Properties for defining a MonitoringAgentProcess.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.MonitoringAgentProcessProps {
    InstanceId: interface{},
    ProcessName: interface{},
    ProcessUser: interface{},
}

Properties

Name Type Description
InstanceId interface{} Property instanceId: The ID of the instance.
ProcessName interface{} Property processName: The name of the process.
ProcessUser interface{} Property processUser: The user who launched the process.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the instance.


ProcessNameOptional

ProcessName interface{}
  • Type: interface{}

Property processName: The name of the process.


ProcessUserOptional

ProcessUser interface{}
  • Type: interface{}

Property processUser: The user who launched the process.