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. |
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the instance.
ProcessName
Optional
ProcessName interface{}
- Type: interface{}
Property processName: The name of the process.
ProcessUser
Optional
ProcessUser interface{}
- Type: interface{}
Property processUser: The user who launched the process.