Show / Hide Table of Contents

Interface CfnRuleGroup.IImmunityTimePropertyProperty

Used for CAPTCHA and challenge token settings.

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

Determines how long a CAPTCHA or challenge timestamp remains valid after AWS WAF updates it for a successful CAPTCHA or challenge response.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-immunitytimeproperty.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 immunityTimePropertyProperty = new ImmunityTimePropertyProperty {
                 ImmunityTime = 123
             };

Synopsis

Properties

ImmunityTime

The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF .

Properties

ImmunityTime

The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by AWS WAF .

double ImmunityTime { get; }
Property Value

double

Remarks

The default setting is 300.

For the Challenge action, the minimum setting is 300.

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

Back to top Generated by DocFX