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();