Module Values.AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsSource

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.

Sourcetype nonrec t = {
  1. immunityTime : Long.t option;
    (*

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

    *)
}
Sourceval make : ?immunityTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Long.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t