Class: Aws::WAFV2::Types::RateLimitLabelNamespace
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::RateLimitLabelNamespace
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Specifies a label namespace to use as an aggregate key for a rate-based rule. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance.
This uses only labels that have been added to the request by rules that are evaluated before this rate-based rule in the web ACL.
For information about label namespaces and names, see [Label syntax and naming requirements] in the *WAF Developer Guide*.
[1]: docs.aws.amazon.com/waf/latest/developerguide/waf-rule-label-requirements.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ String
The namespace to use for aggregation.
Instance Attribute Details
#namespace ⇒ String
The namespace to use for aggregation.
6738 6739 6740 6741 6742 |
# File 'lib/aws-sdk-wafv2/types.rb', line 6738 class RateLimitLabelNamespace < Struct.new( :namespace) SENSITIVE = [] include Aws::Structure end |