aws-cdk-lib.aws_wafv2.CfnRuleGroup.ChallengeConfigProperty

interface ChallengeConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.WAFv2.CfnRuleGroup.ChallengeConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awswafv2#CfnRuleGroup_ChallengeConfigProperty
Javasoftware.amazon.awscdk.services.wafv2.CfnRuleGroup.ChallengeConfigProperty
Pythonaws_cdk.aws_wafv2.CfnRuleGroup.ChallengeConfigProperty
TypeScript aws-cdk-lib » aws_wafv2 » CfnRuleGroup » ChallengeConfigProperty

Specifies how AWS WAF should handle Challenge evaluations.

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 { aws_wafv2 as wafv2 } from 'aws-cdk-lib';
const challengeConfigProperty: wafv2.CfnRuleGroup.ChallengeConfigProperty = {
  immunityTimeProperty: {
    immunityTime: 123,
  },
};

Properties

NameTypeDescription
immunityTimeProperty?IResolvable | ImmunityTimePropertyPropertyDetermines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.

immunityTimeProperty?

Type: IResolvable | ImmunityTimePropertyProperty (optional)

Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.