EnvServiceMonitor

class EnvServiceMonitor : KotlinCustomResource

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>

Properties

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

Language environment, default is Chinese zh | en.

Link copied to clipboard
val configYaml: Output<String>

Yaml configuration string.

Link copied to clipboard
val environmentId: Output<String>

Environment id.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val namespace: Output<String>

The namespace where the resource is located.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

Status: run, stop.

Link copied to clipboard
val urn: Output<String>