WebAclImmunityTimePropertyArgs

data class WebAclImmunityTimePropertyArgs(val immunityTime: Output<Int>) : ConvertibleToJava<WebAclImmunityTimePropertyArgs>

Constructors

Link copied to clipboard
constructor(immunityTime: Output<Int>)

Properties

Link copied to clipboard
val immunityTime: Output<Int>

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.

Functions

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