Interface CfnWebACL.AWSManagedRulesBotControlRuleSetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACL.AWSManagedRulesBotControlRuleSetProperty.Jsii$Proxy
- Enclosing class:
- CfnWebACL
@Stability(Stable)
public static interface CfnWebACL.AWSManagedRulesBotControlRuleSetProperty
extends software.amazon.jsii.JsiiSerializable
Details for your use of the Bot Control managed rule group, used in
ManagedRuleGroupConfig
.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnWebACL.AWSManagedRulesBotControlRuleSetProperty
static final class
An implementation forCfnWebACL.AWSManagedRulesBotControlRuleSetProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The inspection level to use for the Bot Control rule group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInspectionLevel
The inspection level to use for the Bot Control rule group.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 .
-
builder
-