RuleGroupActivatedRule

data class RuleGroupActivatedRule(val action: RuleGroupActivatedRuleAction, val priority: Int, val ruleId: String, val type: String? = null)

Constructors

Link copied to clipboard
constructor(action: RuleGroupActivatedRuleAction, priority: Int, ruleId: String, type: String? = null)

Types

Link copied to clipboard
object Companion

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

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

The ID of a rule

Link copied to clipboard
val type: String? = null

e.g., BLOCK, ALLOW, or COUNT