Interface CfnWebACLPropsMixin.AWSManagedRulesBotControlRuleSetProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACLPropsMixin.AWSManagedRulesBotControlRuleSetProperty.Jsii$Proxy
- Enclosing class:
CfnWebACLPropsMixin
AWSManagedRulesBotControlRuleSet .
This configuration is used in ManagedRuleGroupConfig .
For additional information about this and the other intelligent threat mitigation rule groups, see Intelligent threat mitigation in AWS WAF and AWS Managed Rules rule groups list in the AWS WAF Developer Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wafv2.*;
AWSManagedRulesBotControlRuleSetProperty aWSManagedRulesBotControlRuleSetProperty = AWSManagedRulesBotControlRuleSetProperty.builder()
.enableMachineLearning(false)
.inspectionLevel("inspectionLevel")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnWebACLPropsMixin.AWSManagedRulesBotControlRuleSetProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableMachineLearning
Applies only to the targeted inspection level.Determines whether to use machine learning (ML) to analyze your web traffic for bot-related activity. Machine learning is required for the Bot Control rules
TGT_ML_CoordinatedActivityLowandTGT_ML_CoordinatedActivityMedium, which inspect for anomalous behavior that might indicate distributed, coordinated bot activity.For more information about this choice, see the listing for these rules in the table at Bot Control rules listing in the AWS WAF Developer Guide .
Default:
TRUEReturns union: either
BooleanorIResolvable- See Also:
-
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 in the AWS WAF Developer Guide .
- See Also:
-
builder
@Stability(Stable) static CfnWebACLPropsMixin.AWSManagedRulesBotControlRuleSetProperty.Builder builder()
-