RuleGroupRuleActionArgs

data class RuleGroupRuleActionArgs(val allow: Output<RuleGroupAllowActionArgs>? = null, val block: Output<RuleGroupBlockActionArgs>? = null, val captcha: Output<RuleGroupCaptchaActionArgs>? = null, val challenge: Output<RuleGroupChallengeActionArgs>? = null, val count: Output<RuleGroupCountActionArgs>? = null) : ConvertibleToJava<RuleGroupRuleActionArgs>

Action taken when Rule matches its condition.

Constructors

Link copied to clipboard
fun RuleGroupRuleActionArgs(allow: Output<RuleGroupAllowActionArgs>? = null, block: Output<RuleGroupBlockActionArgs>? = null, captcha: Output<RuleGroupCaptchaActionArgs>? = null, challenge: Output<RuleGroupChallengeActionArgs>? = null, count: Output<RuleGroupCountActionArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val allow: Output<RuleGroupAllowActionArgs>? = null
Link copied to clipboard
val block: Output<RuleGroupBlockActionArgs>? = null
Link copied to clipboard
val captcha: Output<RuleGroupCaptchaActionArgs>? = null
Link copied to clipboard
Link copied to clipboard
val count: Output<RuleGroupCountActionArgs>? = null