AWSWAFWebACLGeoMatchStatement
No description
type AWSWAFWebACLGeoMatchStatement {
countryCodes: [AWSWAFWebACLGeoMatchStatementCountryCodeType!]!
forwardedIPConfiguration: AWSWAFWebACLForwardedIPConfiguration
}
Fields
AWSWAFWebACLGeoMatchStatement.countryCodes
● [AWSWAFWebACLGeoMatchStatementCountryCodeType!]!
non-null enum
An array of two-character country codes that you want to match against, for example, [ "US", "CN" ] , from the alpha-2 country ISO codes of the ISO 3166 international standard
AWSWAFWebACLGeoMatchStatement.forwardedIPConfiguration
● AWSWAFWebACLForwardedIPConfiguration
object
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
Member of
AWSWAFWebACLStatement
object