| 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.WAFV2.Types.RateBasedStatementManagedKeysIPSet
Description
Synopsis
- data RateBasedStatementManagedKeysIPSet = RateBasedStatementManagedKeysIPSet' {}
- newRateBasedStatementManagedKeysIPSet :: RateBasedStatementManagedKeysIPSet
- rateBasedStatementManagedKeysIPSet_addresses :: Lens' RateBasedStatementManagedKeysIPSet (Maybe [Text])
- rateBasedStatementManagedKeysIPSet_iPAddressVersion :: Lens' RateBasedStatementManagedKeysIPSet (Maybe IPAddressVersion)
Documentation
data RateBasedStatementManagedKeysIPSet Source #
The set of IP addresses that are currently blocked for a RateBasedStatement.
See: newRateBasedStatementManagedKeysIPSet smart constructor.
Constructors
| RateBasedStatementManagedKeysIPSet' | |
Fields
| |
Instances
newRateBasedStatementManagedKeysIPSet :: RateBasedStatementManagedKeysIPSet Source #
Create a value of RateBasedStatementManagedKeysIPSet 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:addresses:RateBasedStatementManagedKeysIPSet', rateBasedStatementManagedKeysIPSet_addresses - The IP addresses that are currently blocked.
$sel:iPAddressVersion:RateBasedStatementManagedKeysIPSet', rateBasedStatementManagedKeysIPSet_iPAddressVersion - The version of the IP addresses, either IPV4 or IPV6.
rateBasedStatementManagedKeysIPSet_addresses :: Lens' RateBasedStatementManagedKeysIPSet (Maybe [Text]) Source #
The IP addresses that are currently blocked.
rateBasedStatementManagedKeysIPSet_iPAddressVersion :: Lens' RateBasedStatementManagedKeysIPSet (Maybe IPAddressVersion) Source #
The version of the IP addresses, either IPV4 or IPV6.