MetricRuleBlackListMetricArgs

data class MetricRuleBlackListMetricArgs(val metricName: Output<String>, val resource: Output<String>? = null) : ConvertibleToJava<MetricRuleBlackListMetricArgs>

Constructors

Link copied to clipboard
constructor(metricName: Output<String>, resource: Output<String>? = null)

Properties

Link copied to clipboard
val metricName: Output<String>

The name of the monitoring indicator.

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

The extended dimension information of the instance. For example, '{"device":"C:"}' indicates that the blacklist policy is applied to all C disks under the ECS instance.

Functions

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