WebAclAwsManagedRulesBotControlRuleSetArgs

data class WebAclAwsManagedRulesBotControlRuleSetArgs(val enableMachineLearning: Output<Boolean>? = null, val inspectionLevel: Output<WebAclAwsManagedRulesBotControlRuleSetInspectionLevel>) : ConvertibleToJava<WebAclAwsManagedRulesBotControlRuleSetArgs>

Configures how to use the Bot Control managed rule group in the web ACL

Constructors

constructor(enableMachineLearning: Output<Boolean>? = null, inspectionLevel: Output<WebAclAwsManagedRulesBotControlRuleSetInspectionLevel>)

Properties

Link copied to clipboard
val enableMachineLearning: Output<Boolean>? = null

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_CoordinatedActivityLow and TGT_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: TRUE

Link copied to clipboard

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 .

Functions

Link copied to clipboard
open override fun toJava(): WebAclAwsManagedRulesBotControlRuleSetArgs