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
constructor(customActions: Output<List<RuleGroupCustomActionArgs>>? = null, statelessRules: Output<List<RuleGroupStatelessRuleArgs>>)
Properties
Link copied to clipboard
Defines an array of individual custom action definitions that are available for use by the stateless rules in this StatelessRulesAndCustomActions
specification. You name each custom action that you define, and then you can use it by name in your stateless rule RuleGroup.RuleDefinition
Actions
specification.
Link copied to clipboard
Defines the set of stateless rules for use in a stateless rule group.