Web Acl Forwarded Ip Configuration Args
data class WebAclForwardedIpConfigurationArgs(val fallbackBehavior: Output<WebAclForwardedIpConfigurationFallbackBehavior>, val headerName: Output<String>) : ConvertibleToJava<WebAclForwardedIpConfigurationArgs>
Constructors
Link copied to clipboard
constructor(fallbackBehavior: Output<WebAclForwardedIpConfigurationFallbackBehavior>, headerName: Output<String>)
Properties
Link copied to clipboard
The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.
Link copied to clipboard
The name of the HTTP header to use for the IP address. For example, to use the X-Forwarded-For (XFF) header, set this to X-Forwarded-For
.