Interface CfnRuleGroup.CaptchaProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroup.CaptchaProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroup
@Stability(Stable)
public static interface CfnRuleGroup.CaptchaProperty
extends software.amazon.jsii.JsiiSerializable
Checks valid token exists with request.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wafv2.*;
CaptchaProperty captchaProperty = CaptchaProperty.builder()
.customRequestHandling(CustomRequestHandlingProperty.builder()
.insertHeaders(List.of(CustomHTTPHeaderProperty.builder()
.name("name")
.value("value")
.build()))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroup.CaptchaPropertystatic final classAn implementation forCfnRuleGroup.CaptchaProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomRequestHandling
Custom request handling.Returns union: either
IResolvableorCfnRuleGroup.CustomRequestHandlingProperty- See Also:
-
builder
-