Show / Hide Table of Contents

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-captchaconfig.html

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 CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.

Properties

ImmunityTimeProperty

Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.

object? ImmunityTimeProperty { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-captchaconfig.html#cfn-wafv2-webacl-captchaconfig-immunitytimeproperty

Type union: either IResolvable or CfnWebACL.IImmunityTimePropertyProperty

Back to top Generated by DocFX