Env Service Monitor Args
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>
Content copied to clipboard