![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.wafv2.kotlin.outputs.RuleGroupImmunityTimeProperty.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.wafv2.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property immunityTime 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.
*/
public data class RuleGroupImmunityTimeProperty(
public val immunityTime: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.wafv2.outputs.RuleGroupImmunityTimeProperty): RuleGroupImmunityTimeProperty = RuleGroupImmunityTimeProperty(
immunityTime = javaType.immunityTime(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy