Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleCaptchaConfigImmunityTimeProperty
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleCaptchaConfigImmunityTimeProperty
-
public final class RuleGroupRuleCaptchaConfigImmunityTimeProperty extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleCaptchaConfigImmunityTimeProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleCaptchaConfigImmunityTimeProperty.Builder
builder()
static RuleGroupRuleCaptchaConfigImmunityTimeProperty.Builder
builder(RuleGroupRuleCaptchaConfigImmunityTimeProperty defaults)
java.util.Optional<java.lang.Integer>
immunityTime()
-
-
-
Method Detail
-
immunityTime
public java.util.Optional<java.lang.Integer> immunityTime()
- Returns:
- The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF. The default setting is 300.
-
builder
public static RuleGroupRuleCaptchaConfigImmunityTimeProperty.Builder builder()
-
builder
public static RuleGroupRuleCaptchaConfigImmunityTimeProperty.Builder builder(RuleGroupRuleCaptchaConfigImmunityTimeProperty defaults)
-
-