Show / Hide Table of Contents

Interface CfnRuleGroup.ICaptchaProperty

Checks valid token exists with request.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-captcha.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 captchaProperty = new CaptchaProperty {
                 CustomRequestHandling = new CustomRequestHandlingProperty {
                     InsertHeaders = new [] { new CustomHTTPHeaderProperty {
                         Name = "name",
                         Value = "value"
                     } }
                 }
             };

Synopsis

Properties

CustomRequestHandling

Custom request handling.

Properties

CustomRequestHandling

Custom request handling.

object? CustomRequestHandling { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnRuleGroup.ICustomRequestHandlingProperty

Back to top Generated by DocFX