WebAclCaptchaConfigImmunityTimePropertyArgs

data class WebAclCaptchaConfigImmunityTimePropertyArgs(val immunityTime: Output<Int>? = null) : ConvertibleToJava<WebAclCaptchaConfigImmunityTimePropertyArgs>

Constructors

constructor(immunityTime: Output<Int>? = null)

Properties

Link copied to clipboard
val immunityTime: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): WebAclCaptchaConfigImmunityTimePropertyArgs