Method: Aws::WAFV2::Types::AWSManagedRulesBotControlRuleSet#enable_machine_learning
- Defined in:
- lib/aws-sdk-wafv2/types.rb
#enable_machine_learning ⇒ Boolean
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 *WAF Developer Guide*.
Default: ‘TRUE`
222 223 224 225 226 227 |
# File 'lib/aws-sdk-wafv2/types.rb', line 222 class AWSManagedRulesBotControlRuleSet < Struct.new( :inspection_level, :enable_machine_learning) SENSITIVE = [] include Aws::Structure end |