| 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.ChallengeConfig
Description
Documentation
data ChallengeConfig Source #
Specifies how WAF should handle Challenge evaluations. This is
available at the web ACL level and in each rule.
See: newChallengeConfig smart constructor.
Constructors
| ChallengeConfig' | |
Fields
| |
Instances
newChallengeConfig :: ChallengeConfig Source #
Create a value of ChallengeConfig 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:immunityTimeProperty:ChallengeConfig', challengeConfig_immunityTimeProperty - Determines how long a challenge timestamp in the token remains valid
after the client successfully responds to a challenge.
challengeConfig_immunityTimeProperty :: Lens' ChallengeConfig (Maybe ImmunityTimeProperty) Source #
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.