Safety Rule Assertion Rule Args
data class SafetyRuleAssertionRuleArgs(val assertedControls: Output<List<String>>, val waitPeriodMs: Output<Int>) : ConvertibleToJava<SafetyRuleAssertionRuleArgs>
An assertion rule enforces that, when a routing control state is changed, that the criteria set by the rule configuration is met. Otherwise, the change to the routing control is not accepted.