Interface CfnWebACL.ICaptchaConfigProperty
Specifies how AWS WAF should handle CAPTCHA evaluations for rules that don't have their own CaptchaConfig settings.
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.ICaptchaConfigProperty
Syntax (vb)
Public Interface CfnWebACL.ICaptchaConfigProperty
Remarks
If you don't specify this, AWS WAF uses its default settings for CaptchaConfig .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var captchaConfigProperty = new CaptchaConfigProperty {
ImmunityTimeProperty = new ImmunityTimePropertyProperty {
ImmunityTime = 123
}
};
Synopsis
Properties
| ImmunityTimeProperty | Determines how long a |
Properties
ImmunityTimeProperty
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
object? ImmunityTimeProperty { get; }