Rule Group Rule Args
data class RuleGroupRuleArgs(val action: Output<RuleGroupRuleActionArgs>? = null, val captchaConfig: Output<RuleGroupCaptchaConfigArgs>? = null, val challengeConfig: Output<RuleGroupChallengeConfigArgs>? = null, val name: Output<String>, val priority: Output<Int>, val ruleLabels: Output<List<RuleGroupLabelArgs>>? = null, val statement: Output<RuleGroupStatementArgs>, val visibilityConfig: Output<RuleGroupVisibilityConfigArgs>) : ConvertibleToJava<RuleGroupRuleArgs>
Rule of RuleGroup that contains condition and action.
Constructors
Link copied to clipboard
fun RuleGroupRuleArgs(action: Output<RuleGroupRuleActionArgs>? = null, captchaConfig: Output<RuleGroupCaptchaConfigArgs>? = null, challengeConfig: Output<RuleGroupChallengeConfigArgs>? = null, name: Output<String>, priority: Output<Int>, ruleLabels: Output<List<RuleGroupLabelArgs>>? = null, statement: Output<RuleGroupStatementArgs>, visibilityConfig: Output<RuleGroupVisibilityConfigArgs>)