Class: Aws::WAFV2::Types::ImmunityTimeProperty

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#immunity_timeInteger

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.

Returns:

  • (Integer)


4019
4020
4021
4022
4023
# File 'lib/aws-sdk-wafv2/types.rb', line 4019

class ImmunityTimeProperty < Struct.new(
  :immunity_time)
  SENSITIVE = []
  include Aws::Structure
end