Web Acl Rule Statement Rate Based Statement Scope Down Statement Not Statement Statement Geo Match Statement
data class WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementGeoMatchStatement(val countryCodes: List<String>, val forwardedIpConfig: WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementGeoMatchStatementForwardedIpConfig? = null)
Constructors
Link copied to clipboard
constructor(countryCodes: List<String>, forwardedIpConfig: WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementGeoMatchStatementForwardedIpConfig? = 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
val forwardedIpConfig: WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementGeoMatchStatementForwardedIpConfig? = null
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.