AWS::WAFv2::WebACL ImmunityTimeProperty - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::WAFv2::WebACL ImmunityTimeProperty

Used for CAPTCHA and challenge token settings. Determines how long a CAPTCHA or challenge timestamp remains valid after AWS WAF updates it for a successful CAPTCHA or challenge response.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ImmunityTime" : Integer }

YAML

ImmunityTime: Integer

Properties

ImmunityTime

The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.

For the Challenge action, the minimum setting is 300.

Required: Yes

Type: Integer

Minimum: 60

Maximum: 259200

Update requires: No interruption