AlertProcessingRuleActionGroupConditionAlertRuleNameArgs

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

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, NotEquals, Contains, and DoesNotContain.

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

Specifies a list of values to match for a given condition.

Functions

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