ActionRuleSuppressionConditionSeverityArgs

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

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 Equalsand NotEquals.

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

A list of values to match for a given condition. Possible values are Sev0, Sev1, Sev2, Sev3, and Sev4.

Functions

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