Show / Hide Table of Contents

Class CfnRuleGroup.ChallengeConfigProperty

Specifies how AWS WAF should handle Challenge evaluations.

Inheritance
object
CfnRuleGroup.ChallengeConfigProperty
Implements
CfnRuleGroup.IChallengeConfigProperty
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 CfnRuleGroup.ChallengeConfigProperty : CfnRuleGroup.IChallengeConfigProperty
Syntax (vb)
Public Class CfnRuleGroup.ChallengeConfigProperty Implements CfnRuleGroup.IChallengeConfigProperty
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-challengeconfig.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 challengeConfigProperty = new ChallengeConfigProperty {
                 ImmunityTimeProperty = new ImmunityTimePropertyProperty {
                     ImmunityTime = 123
                 }
             };

Synopsis

Constructors

ChallengeConfigProperty()

Specifies how AWS WAF should handle Challenge evaluations.

Properties

ImmunityTimeProperty

Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.

Constructors

ChallengeConfigProperty()

Specifies how AWS WAF should handle Challenge evaluations.

public ChallengeConfigProperty()
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-challengeconfig.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 challengeConfigProperty = new ChallengeConfigProperty {
                 ImmunityTimeProperty = new ImmunityTimePropertyProperty {
                     ImmunityTime = 123
                 }
             };

Properties

ImmunityTimeProperty

Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.

public object? ImmunityTimeProperty { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnRuleGroup.IImmunityTimePropertyProperty

Implements

CfnRuleGroup.IChallengeConfigProperty
Back to top Generated by DocFX