forwardedIPConfig property

ForwardedIPConfig? forwardedIPConfig
final

The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name. This is required if AggregateKeyType is set to FORWARDED_IP.

Implementation

final ForwardedIPConfig? forwardedIPConfig;