Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data GeoMatchConstraint Source #
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The country from which web requests originate that you want AWS WAF to search for.
See: newGeoMatchConstraint
smart constructor.
GeoMatchConstraint' | |
|
Instances
newGeoMatchConstraint Source #
Create a value of GeoMatchConstraint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:type':GeoMatchConstraint'
, geoMatchConstraint_type
- The type of geographical area you want AWS WAF to search for. Currently
Country
is the only valid value.
$sel:value:GeoMatchConstraint'
, geoMatchConstraint_value
- The country that you want AWS WAF to search for.
geoMatchConstraint_type :: Lens' GeoMatchConstraint GeoMatchConstraintType Source #
The type of geographical area you want AWS WAF to search for. Currently
Country
is the only valid value.
geoMatchConstraint_value :: Lens' GeoMatchConstraint GeoMatchConstraintValue Source #
The country that you want AWS WAF to search for.