aggregateKeyType property
Setting that indicates how to aggregate the request counts. The options are the following:
- IP - Aggregate the request counts on the IP address from the web request origin.
-
FORWARDED_IP - Aggregate the request counts on the first IP address in an
HTTP header. If you use this, configure the
ForwardedIPConfig
, to specify the header to use.
Implementation
final RateBasedStatementAggregateKeyType aggregateKeyType;