public static interface CfnWebACL.AWSManagedRulesBotControlRuleSetProperty
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.*; AWSManagedRulesBotControlRuleSetProperty aWSManagedRulesBotControlRuleSetProperty = AWSManagedRulesBotControlRuleSetProperty.builder() .inspectionLevel("inspectionLevel") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnWebACL.AWSManagedRulesBotControlRuleSetProperty.Builder
A builder for
CfnWebACL.AWSManagedRulesBotControlRuleSetProperty |
static class |
CfnWebACL.AWSManagedRulesBotControlRuleSetProperty.Jsii$Proxy
An implementation for
CfnWebACL.AWSManagedRulesBotControlRuleSetProperty |
Modifier and Type | Method and Description |
---|---|
static CfnWebACL.AWSManagedRulesBotControlRuleSetProperty.Builder |
builder() |
java.lang.String |
getInspectionLevel()
The inspection level to use for the Bot Control rule group.
|
java.lang.String getInspectionLevel()
The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see AWS WAF Bot Control rule group .