Web Acl Rule Statement Geo Match Statement Args
data class WebAclRuleStatementGeoMatchStatementArgs(val countryCodes: Output<List<String>>, val forwardedIpConfig: Output<WebAclRuleStatementGeoMatchStatementForwardedIpConfigArgs>? = null) : ConvertibleToJava<WebAclRuleStatementGeoMatchStatementArgs>
Constructors
Link copied to clipboard
constructor(countryCodes: Output<List<String>>, forwardedIpConfig: Output<WebAclRuleStatementGeoMatchStatementForwardedIpConfigArgs>? = null)
Properties
Link copied to clipboard
Array of two-character country codes, for example, "US", "CN" , from the alpha-2 country ISO codes of the ISO 3166
international standard. See the documentation for valid values.
Link copied to clipboard
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. See forwarded_ip_config
below for details.