Class: Aws::WAFV2::Types::ChallengeConfig

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#immunity_time_propertyTypes::ImmunityTimeProperty

Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.



841
842
843
844
845
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 841

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