Safety Rule Rule Config Args
data class SafetyRuleRuleConfigArgs(val inverted: Output<Boolean>, val threshold: Output<Int>, val type: Output<SafetyRuleRuleType>) : ConvertibleToJava<SafetyRuleRuleConfigArgs>
The rule configuration for an assertion rule or gating rule. This is the criteria that you set for specific assertion controls (routing controls) or gating controls. This configuration specifies how many controls must be enabled after a transaction completes.