public static interface CfnRuleGroup.CaptchaProperty
// 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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRuleGroup.CaptchaProperty.Builder
A builder for
CfnRuleGroup.CaptchaProperty |
static class |
CfnRuleGroup.CaptchaProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.CaptchaProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRuleGroup.CaptchaProperty.Builder |
builder() |
default java.lang.Object |
getCustomRequestHandling()
`CfnRuleGroup.CaptchaProperty.CustomRequestHandling`.
|
default java.lang.Object getCustomRequestHandling()
static CfnRuleGroup.CaptchaProperty.Builder builder()