Show / Hide Table of Contents

Class CfnWebACL.ImmunityTimePropertyProperty

Used for CAPTCHA and challenge token settings.

Inheritance
object
CfnWebACL.ImmunityTimePropertyProperty
Implements
CfnWebACL.IImmunityTimePropertyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.ImmunityTimePropertyProperty : CfnWebACL.IImmunityTimePropertyProperty
Syntax (vb)
Public Class CfnWebACL.ImmunityTimePropertyProperty Implements CfnWebACL.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-webacl-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

Constructors

ImmunityTimePropertyProperty()

Used for CAPTCHA and challenge token settings.

Properties

ImmunityTime

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

Constructors

ImmunityTimePropertyProperty()

Used for CAPTCHA and challenge token settings.

public ImmunityTimePropertyProperty()
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-webacl-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
             };

Properties

ImmunityTime

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

public double ImmunityTime { get; set; }
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-webacl-immunitytimeproperty.html#cfn-wafv2-webacl-immunitytimeproperty-immunitytime

Implements

CfnWebACL.IImmunityTimePropertyProperty
Back to top Generated by DocFX