EnvServiceMonitorArgs

data class EnvServiceMonitorArgs(val aliyunLang: Output<String>? = null, val configYaml: Output<String>? = null, val environmentId: Output<String>? = null) : ConvertibleToJava<EnvServiceMonitorArgs>

Provides a ARMS Env Service Monitor resource. ServiceMonitor for the arms environment. For information about ARMS Env Service Monitor and how to use it, see What is Env Service Monitor.

NOTE: Available since v1.212.0.

Import

ARMS Env Service Monitor can be imported using the id, e.g.

$ pulumi import alicloud:arms/envServiceMonitor:EnvServiceMonitor example <environment_id>:<namespace>:<env_service_monitor_name>

Constructors

Link copied to clipboard
constructor(aliyunLang: Output<String>? = null, configYaml: Output<String>? = null, environmentId: Output<String>? = null)

Properties

Link copied to clipboard
val aliyunLang: Output<String>? = null

Language environment, default is Chinese zh | en.

Link copied to clipboard
val configYaml: Output<String>? = null

Yaml configuration string.

Link copied to clipboard
val environmentId: Output<String>? = null

Environment id.

Functions

Link copied to clipboard
open override fun toJava(): EnvServiceMonitorArgs