Module Values.AwsWafv2WebAclCaptchaConfigDetailsSource

Specifies how WAF should handle CAPTCHA evaluations for rules that don't have their own CaptchaConfig settings.

Sourcetype nonrec t = {
  1. immunityTimeProperty : AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.t option;
    (*

    Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.

    *)
}
Sourceval make : ?immunityTimeProperty:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Long of Long.t ]) list ]) 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