RuleGroupActivatedRuleArgs

data class RuleGroupActivatedRuleArgs(val action: Output<RuleGroupActivatedRuleActionArgs>, val priority: Output<Int>, val ruleId: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<RuleGroupActivatedRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<RuleGroupActivatedRuleActionArgs>, priority: Output<Int>, ruleId: Output<String>, type: Output<String>? = null)

Properties

Link copied to clipboard

Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the rule.

Link copied to clipboard
val priority: Output<Int>

Specifies the order in which the rules are evaluated. Rules with a lower value are evaluated before rules with a higher value.

Link copied to clipboard
val ruleId: Output<String>

The ID of a rule

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

e.g., BLOCK, ALLOW, or COUNT

Functions

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