All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.wafv2.kotlin.outputs.RuleGroupChallengeConfig.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.wafv2.kotlin.outputs

import kotlin.Suppress

/**
 *
 * @property immunityTimeProperty Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.
 */
public data class RuleGroupChallengeConfig(
    public val immunityTimeProperty: RuleGroupImmunityTimeProperty? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.wafv2.outputs.RuleGroupChallengeConfig): RuleGroupChallengeConfig = RuleGroupChallengeConfig(
            immunityTimeProperty = javaType.immunityTimeProperty().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.awsnative.wafv2.kotlin.outputs.RuleGroupImmunityTimeProperty.Companion.toKotlin(args0)
                })
            }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy