@Stability(value=Stable)
public static interface CfnRuleGroup.ImmunityTimePropertyProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wafv2.*;
ImmunityTimePropertyProperty immunityTimePropertyProperty = ImmunityTimePropertyProperty.builder()
.immunityTime(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.ImmunityTimePropertyProperty.Builder
A builder for
CfnRuleGroup.ImmunityTimePropertyProperty |
static class |
CfnRuleGroup.ImmunityTimePropertyProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.ImmunityTimePropertyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.ImmunityTimePropertyProperty.Builder |
builder() |
Number |
getImmunityTime()
The amount of time, in seconds, that a `CAPTCHA` token is valid.
|
@Stability(value=Stable) @NotNull Number getImmunityTime()
The default setting is 300.
@Stability(value=Stable) static CfnRuleGroup.ImmunityTimePropertyProperty.Builder builder()
Copyright © 2022. All rights reserved.