RateLimitRule Class

Defines a rate limiting rule that can be included in a waf policy.

Constructor

RateLimitRule(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Defines the name of the custom rule. Required.

enabled_state

Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified. Known values are: "Disabled" and "Enabled".

priority
int

Defines in what order this rule be evaluated in the overall list of custom rules. Required.

match_conditions

List of match conditions. Required.

action

Describes what action to be applied when rule matches. Required. Known values are: "Allow", "Block", "Log", and "Redirect".

rate_limit_threshold
int

Defines rate limit threshold. Required.

rate_limit_duration_in_minutes
int

Defines rate limit duration. Default is 1 minute. Required.

Attributes

rate_limit_duration_in_minutes

Defines rate limit duration. Default is 1 minute. Required.

rate_limit_duration_in_minutes: int

rate_limit_threshold

Defines rate limit threshold. Required.

rate_limit_threshold: int