amazonka-wafv2-2.0: Amazon WAFV2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WAFV2.Types.ChallengeConfig

Description

 
Synopsis

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

Instances details
FromJSON ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

ToJSON ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

Generic ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

Associated Types

type Rep ChallengeConfig :: Type -> Type #

Read ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

Show ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

NFData ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

Methods

rnf :: ChallengeConfig -> () #

Eq ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

Hashable ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

type Rep ChallengeConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.ChallengeConfig

type Rep ChallengeConfig = D1 ('MetaData "ChallengeConfig" "Amazonka.WAFV2.Types.ChallengeConfig" "amazonka-wafv2-2.0-3v3WgpYn7RT5hSd6MsT5dN" 'False) (C1 ('MetaCons "ChallengeConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "immunityTimeProperty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImmunityTimeProperty))))

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.