AlertProcessingRuleActionGroupConditionMonitorServiceArgs

data class AlertProcessingRuleActionGroupConditionMonitorServiceArgs(val operator: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<AlertProcessingRuleActionGroupConditionMonitorServiceArgs>

Constructors

constructor(operator: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val operator: Output<String>

The operator for a given condition. Possible values are Equals and NotEquals.

Link copied to clipboard
val values: Output<List<String>>

A list of values to match for a given condition. Possible values are ActivityLog Administrative, ActivityLog Autoscale, ActivityLog Policy, ActivityLog Recommendation, ActivityLog Security, Application Insights, Azure Backup, Azure Stack Edge, Azure Stack Hub, Custom, Data Box Gateway, Health Platform, Log Alerts V2, Log Analytics, Platform, Prometheus, Resource Health, Smart Detector, and VM Insights - Health.

Functions

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