| 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 |
Amazonka.WAF.Types.GeoMatchSetSummary
Description
Documentation
data GeoMatchSetSummary 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.
Contains the identifier and the name of the GeoMatchSet.
See: newGeoMatchSetSummary smart constructor.
Constructors
| GeoMatchSetSummary' | |
Fields
| |
Instances
newGeoMatchSetSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> GeoMatchSetSummary |
Create a value of GeoMatchSetSummary 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:geoMatchSetId:GeoMatchSetSummary', geoMatchSetSummary_geoMatchSetId - The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.
$sel:name:GeoMatchSetSummary', geoMatchSetSummary_name - A friendly name or description of the GeoMatchSet. You can't change the
name of an GeoMatchSet after you create it.
geoMatchSetSummary_geoMatchSetId :: Lens' GeoMatchSetSummary Text Source #
The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.
geoMatchSetSummary_name :: Lens' GeoMatchSetSummary Text Source #
A friendly name or description of the GeoMatchSet. You can't change the
name of an GeoMatchSet after you create it.