Rule Group Rules Source Args
data class RuleGroupRulesSourceArgs(val rulesSourceList: Output<RuleGroupRulesSourceListArgs>? = null, val rulesString: Output<String>? = null, val statefulRules: Output<List<RuleGroupStatefulRuleArgs>>? = null, val statelessRulesAndCustomActions: Output<RuleGroupStatelessRulesAndCustomActionsArgs>? = null) : ConvertibleToJava<RuleGroupRulesSourceArgs>
Constructors
Link copied to clipboard
fun RuleGroupRulesSourceArgs(rulesSourceList: Output<RuleGroupRulesSourceListArgs>? = null, rulesString: Output<String>? = null, statefulRules: Output<List<RuleGroupStatefulRuleArgs>>? = null, statelessRulesAndCustomActions: Output<RuleGroupStatelessRulesAndCustomActionsArgs>? = null)