Package com.pulumi.aws.wafv2.inputs
Class WebAclChallengeConfigImmunityTimePropertyArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclChallengeConfigImmunityTimePropertyArgs
-
public final class WebAclChallengeConfigImmunityTimePropertyArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclChallengeConfigImmunityTimePropertyArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclChallengeConfigImmunityTimePropertyArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclChallengeConfigImmunityTimePropertyArgs.Builder
builder()
static WebAclChallengeConfigImmunityTimePropertyArgs.Builder
builder(WebAclChallengeConfigImmunityTimePropertyArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
immunityTime()
-
-
-
Field Detail
-
Empty
public static final WebAclChallengeConfigImmunityTimePropertyArgs Empty
-
-
Method Detail
-
immunityTime
public java.util.Optional<com.pulumi.core.Output<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 WebAclChallengeConfigImmunityTimePropertyArgs.Builder builder()
-
builder
public static WebAclChallengeConfigImmunityTimePropertyArgs.Builder builder(WebAclChallengeConfigImmunityTimePropertyArgs defaults)
-
-