SafetyRuleRuleConfigArgs

data class SafetyRuleRuleConfigArgs(val inverted: Output<Boolean>, val threshold: Output<Int>, val type: Output<String>) : ConvertibleToJava<SafetyRuleRuleConfigArgs>

Constructors

Link copied to clipboard
constructor(inverted: Output<Boolean>, threshold: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val inverted: Output<Boolean>

Logical negation of the rule.

Link copied to clipboard
val threshold: Output<Int>

Number of controls that must be set when you specify an ATLEAST type rule.

Link copied to clipboard
val type: Output<String>

Rule type. Valid values are ATLEAST, AND, and OR.

Functions

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