MetricRuleBlackList

Provides a Cloud Monitor Service Metric Rule Black List resource. For information about Cloud Monitor Service Metric Rule Black List and how to use it, see What is Metric Rule Black List.

NOTE: Available in v1.194.0+.

Import

Cloud Monitor Service Metric Rule Black List can be imported using the id, e.g.

$ pulumi import alicloud:cms/metricRuleBlackList:MetricRuleBlackList example <id>

Properties

Link copied to clipboard
val category: Output<String>

Cloud service classification. For example, Redis includes kvstore_standard, kvstore_sharding, and kvstore_splitrw.

Link copied to clipboard
val createTime: Output<String>

The timestamp for creating an alert blacklist policy.Unit: milliseconds.

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

The effective time range of the alert blacklist policy.

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

The start timestamp of the alert blacklist policy.Unit: milliseconds.

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

The end timestamp of the alert blacklist policy.Unit: milliseconds.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instances: Output<List<String>>

The list of instances of cloud services specified in the alert blacklist policy.

Link copied to clipboard
val isEnable: Output<Boolean>

The status of the alert blacklist policy. Value:-true: enabled.-false: disabled.

Link copied to clipboard

The ID of the blacklist policy.

Link copied to clipboard

The name of the alert blacklist policy.

Link copied to clipboard

Monitoring metrics in the instance.See the following Block Metrics.

Link copied to clipboard
val namespace: Output<String>

The data namespace of the cloud service.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scopeType: Output<String>

The effective range of the alert blacklist policy. Value:-USER: The alert blacklist policy only takes effect in the current Alibaba cloud account.-GROUP: The alert blacklist policy takes effect in the specified application GROUP.

Link copied to clipboard
val scopeValues: Output<List<String>>?

Application Group ID list. The format is JSON Array.> This parameter is displayed only when 'ScopeType' is 'GROUP.

Link copied to clipboard
val updateTime: Output<String>

Modify the timestamp of the alert blacklist policy.Unit: milliseconds.

Link copied to clipboard
val urn: Output<String>