RuleGroupRulesSourceArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupRulesSourceArgs

Properties

Link copied to clipboard
Link copied to clipboard
val rulesString: Output<String>? = null
Link copied to clipboard