public static interface CfnRuleGroup.CaptchaConfigProperty
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 java.lang.Object |
getImmunityTimeProperty()
Determines how long a `CAPTCHA` timestamp in the token remains valid after the client successfully solves a `CAPTCHA` puzzle.
|
default java.lang.Object getImmunityTimeProperty()
static CfnRuleGroup.CaptchaConfigProperty.Builder builder()