AwsWafWebAclRule

Details for a rule in an WAF web ACL.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Rules to exclude from a rule group.

Link copied to clipboard

Use the OverrideAction to test your RuleGroup.

Link copied to clipboard

Specifies the order in which the rules in a web ACL are evaluated. Rules with a lower value for Priority are evaluated before rules with a higher value. The value must be a unique integer. If you add multiple rules to a web ACL, the values don't need to be consecutive.

Link copied to clipboard

The identifier for a rule.

Link copied to clipboard
val type: String?

The rule type.

Functions

Link copied to clipboard
inline fun copy(block: AwsWafWebAclRule.Builder.() -> Unit = {}): AwsWafWebAclRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String