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.CaptchaConfig

Description

 
Synopsis

Documentation

data CaptchaConfig Source #

Specifies how WAF should handle CAPTCHA evaluations. This is available at the web ACL level and in each rule.

See: newCaptchaConfig smart constructor.

Constructors

CaptchaConfig' 

Fields

Instances

Instances details
FromJSON CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

ToJSON CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

Generic CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

Associated Types

type Rep CaptchaConfig :: Type -> Type #

Read CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

Show CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

NFData CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

Methods

rnf :: CaptchaConfig -> () #

Eq CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

Hashable CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

type Rep CaptchaConfig Source # 
Instance details

Defined in Amazonka.WAFV2.Types.CaptchaConfig

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

newCaptchaConfig :: CaptchaConfig Source #

Create a value of CaptchaConfig 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:CaptchaConfig', captchaConfig_immunityTimeProperty - Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.

captchaConfig_immunityTimeProperty :: Lens' CaptchaConfig (Maybe ImmunityTimeProperty) Source #

Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.