@Stability(value=Stable)
public static interface CfnRuleGroup.CaptchaConfigProperty
extends software.amazon.jsii.JsiiSerializable
This is available at the web ACL level and in each rule.
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.*;
CaptchaConfigProperty captchaConfigProperty = CaptchaConfigProperty.builder()
.immunityTimeProperty(ImmunityTimePropertyProperty.builder()
.immunityTime(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.CaptchaConfigProperty.Builder
A builder for
CfnRuleGroup.CaptchaConfigProperty |
static class |
CfnRuleGroup.CaptchaConfigProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.CaptchaConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.CaptchaConfigProperty.Builder |
builder() |
default Object |
getImmunityTimeProperty()
Determines how long a `CAPTCHA` token remains valid after the client successfully solves a `CAPTCHA` puzzle.
|
@Stability(value=Stable) @Nullable default Object getImmunityTimeProperty()
@Stability(value=Stable) static CfnRuleGroup.CaptchaConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.