Show / Hide Table of Contents

Interface CfnWebACLPropsMixin.IChallengeConfigProperty

Specifies how AWS WAF should handle Challenge evaluations.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WAFv2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnWebACLPropsMixin.IChallengeConfigProperty
Syntax (vb)
Public Interface CfnWebACLPropsMixin.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-webacl-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.CfnPropertyMixins.AWS.WAFv2;

             var challengeConfigProperty = new ChallengeConfigProperty {
                 ImmunityTimeProperty = new ImmunityTimePropertyProperty {
                     ImmunityTime = 123
                 }
             };

Synopsis

Properties

ImmunityTimeProperty

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

Properties

ImmunityTimeProperty

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

object? ImmunityTimeProperty { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnWebACLPropsMixin.IImmunityTimePropertyProperty

Back to top Generated by DocFX