Show / Hide Table of Contents

Interface CfnRuleGroup.ICaptchaConfigProperty

Specifies how AWS WAF should handle CAPTCHA evaluations.

Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRuleGroup.ICaptchaConfigProperty
Syntax (vb)
Public Interface CfnRuleGroup.ICaptchaConfigProperty
Remarks

This is available at the web ACL level and in each rule.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-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-rulegroup-captchaconfig.html#cfn-wafv2-rulegroup-captchaconfig-immunitytimeproperty

Type union: either IResolvable or CfnRuleGroup.IImmunityTimePropertyProperty

Back to top Generated by DocFX