You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evaluation_window_sec - (Optional) The amount of time, in seconds, that AWS WAF should include in its request counts, looking back from the current time. Valid values are 60, 120, 300, and 600. Defaults to 300 (5 minutes).
Expected Behavior
evaluation_window_sec argument can be used in rate_based_statement blocks.
Use Case
This will allow us to customize the amount of time, in seconds, that AWS WAF includes in its request counts, looking back from the current time.
Describe Ideal Solution
I can use evaluation_window_sec argument in my rate limiter statements.
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Feature
Please add
evaluation_window_sec
argument support.evaluation_window_sec - (Optional) The amount of time, in seconds, that AWS WAF should include in its request counts, looking back from the current time. Valid values are 60, 120, 300, and 600. Defaults to 300 (5 minutes).
Expected Behavior
evaluation_window_sec
argument can be used inrate_based_statement
blocks.Use Case
This will allow us to customize the amount of time, in seconds, that AWS WAF includes in its request counts, looking back from the current time.
Describe Ideal Solution
I can use
evaluation_window_sec
argument in my rate limiter statements.Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: