Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImmunityTimeProperty

import type { ImmunityTimeProperty } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";

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.

interface ImmunityTimeProperty {
ImmunityTime: number;
}

§Properties

§
ImmunityTime: number
[src]

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.