AutomationRuleArgs

fun AutomationRuleArgs(actions: Output<List<AutomationRulesActionArgs>>? = null, criteria: Output<AutomationRulesFindingFiltersArgs>? = null, description: Output<String>? = null, isTerminal: Output<Boolean>? = null, ruleName: Output<String>? = null, ruleOrder: Output<Int>? = null, ruleStatus: Output<AutomationRuleRuleStatus>? = null, tags: Output<AutomationRuleTagsArgs>? = null)