public static interface CfnRuleGroup.ChallengeConfigProperty
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.*; ChallengeConfigProperty challengeConfigProperty = ChallengeConfigProperty.builder() .immunityTimeProperty(ImmunityTimePropertyProperty.builder() .immunityTime(123) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRuleGroup.ChallengeConfigProperty.Builder
A builder for
CfnRuleGroup.ChallengeConfigProperty |
static class |
CfnRuleGroup.ChallengeConfigProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.ChallengeConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRuleGroup.ChallengeConfigProperty.Builder |
builder() |
default java.lang.Object |
getImmunityTimeProperty()
Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.
|
default java.lang.Object getImmunityTimeProperty()
static CfnRuleGroup.ChallengeConfigProperty.Builder builder()