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 |
Documentation
data ImmunityTimeProperty Source #
Used for CAPTCHA and challenge token settings. Determines how long a
CAPTCHA
or challenge timestamp remains valid after WAF updates it for
a successful CAPTCHA
or challenge response.
See: newImmunityTimeProperty
smart constructor.
ImmunityTimeProperty' | |
|
Instances
newImmunityTimeProperty Source #
Create a value of ImmunityTimeProperty
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:immunityTime:ImmunityTimeProperty'
, immunityTimeProperty_immunityTime
- The amount of time, in seconds, that a CAPTCHA
or challenge timestamp
is considered valid by WAF. The default setting is 300.
For the Challenge action, the minimum setting is 300.
immunityTimeProperty_immunityTime :: Lens' ImmunityTimeProperty Natural Source #
The amount of time, in seconds, that a CAPTCHA
or challenge timestamp
is considered valid by WAF. The default setting is 300.
For the Challenge action, the minimum setting is 300.