View source: R/waf_operations.R
waf_create_rate_based_rule | R Documentation |
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
See https://www.paws-r-sdk.com/docs/waf_create_rate_based_rule/ for full documentation.
waf_create_rate_based_rule(
Name,
MetricName,
RateKey,
RateLimit,
ChangeToken,
Tags = NULL
)
Name |
[required] A friendly name or description of the RateBasedRule. You can't change
the name of a |
MetricName |
[required] A friendly name or description for the metrics for this |
RateKey |
[required] The field that AWS WAF uses to determine if requests are likely arriving
from a single source and thus subject to rate monitoring. The only valid
value for |
RateLimit |
[required] The maximum number of requests, which have an identical value in the
field that is specified by |
ChangeToken |
[required] The |
Tags |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.