Rule Group Stateless Rules And Custom Actions Args
data class RuleGroupStatelessRulesAndCustomActionsArgs(val customActions: Output<List<RuleGroupCustomActionArgs>>? = null, val statelessRules: Output<List<RuleGroupStatelessRuleArgs>>) : ConvertibleToJava<RuleGroupStatelessRulesAndCustomActionsArgs>
Constructors
Link copied to clipboard
fun RuleGroupStatelessRulesAndCustomActionsArgs(customActions: Output<List<RuleGroupCustomActionArgs>>? = null, statelessRules: Output<List<RuleGroupStatelessRuleArgs>>)