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