Interface CfnRuleGroup.ICaptchaProperty
Checks valid token exists with request.
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICaptchaProperty
Syntax (vb)
Public Interface ICaptchaProperty
Remarks
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
Custom |
Custom request handling. |
Properties
CustomRequestHandling
Custom request handling.
virtual object CustomRequestHandling { get; }
Property Value
System.